6 lines
103 B
INI
6 lines
103 B
INI
|
|
[pytest]
|
||
|
|
testpaths = py_test
|
||
|
|
python_files = test_*.py
|
||
|
|
python_classes = Test*
|
||
|
|
python_functions = test_*
|