Files
myorg-assistant/pytest.ini

7 lines
125 B
INI
Raw Permalink Normal View History

2026-02-03 23:50:19 +01:00
[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short