GDPRScanner/pytest.ini
2026-04-11 04:38:11 +02:00

7 lines
125 B
INI

[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short