img-edit-agent-api / pytest.ini
GitHub Actions
Deploy to HF Spaces: 2025-09-06 20:27:31 UTC
235461a
Raw
History Blame Contribute Delete
581 Bytes
[tool:pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts =
-v
--tb=short
--strict-markers
--disable-warnings
-m "not database"
--ignore=db_connection_test.py
markers =
slow: marks tests as slow (deselect with '-m "not slow"')
integration: marks tests as integration tests (deselect with '-m "not integration"')
database: marks tests that require database connection (deselect with '-m "not database"')
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning