pytest.ini 132 Bytes
Newer Older
mashun1's avatar
mashun1 committed
1
2
3
4
5
6
[pytest]
testpaths = tests
python_files = test_*_pytest.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short