7 lines
108 B
INI
7 lines
108 B
INI
[pytest]
|
|
testpaths = tests
|
|
pythonpath = src
|
|
python_files = test_*.py
|
|
python_functions = test_*
|
|
addopts = -v
|