Yago Bolivar commited on
Commit
1d597ed
·
1 Parent(s): f32f5e4

feat: add pytest configuration with custom markers for integration and CV-dependent tests

Browse files
Files changed (1) hide show
  1. pytest.ini +4 -0
pytest.ini ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ [pytest]
2
+ markers =
3
+ integration: marks tests as integration tests (may require network)
4
+ cv_dependent: marks tests that rely on CV model setup