Files
vath/pytest.ini
2026-05-05 16:50:10 -04:00

6 lines
96 B
INI

[pytest]
testpaths = tests
python_files = *.py
python_classes = Test*
python_functions = test_*