Files
connpy/pytest.ini
T

6 lines
108 B
INI
Raw Normal View History

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