Co-Study4Grid / pytest.ini
github-actions[bot]
Deploy 7688ef1
13d4e44
Raw
History Blame Contribute Delete
248 Bytes
[pytest]
testpaths =
expert_backend/tests
scripts/test_code_quality_report.py
python_files = test_*.py
python_classes = Test*
python_functions = test_*
markers =
slow: marks long-running ad-hoc integration tests (not run in default CI)