Files
myorg-assistant/pytest.ini
Roger Oriol 87fb32b559 first commit
2026-02-03 23:50:19 +01:00

7 lines
125 B
INI

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