Files
Nexus/pytest.ini
T
2026-07-08 22:31:31 +08:00

6 lines
101 B
INI

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