Files
Nexus/pytest.ini
T

6 lines
101 B
INI
Raw Normal View History

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