Spaces:
Sleeping
Sleeping
Add pytest configuration for integration tests
Browse files- pytest.ini +3 -0
pytest.ini
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[pytest]
|
| 2 |
+
markers =
|
| 3 |
+
integration: tests that load real models (slow)
|