6 lines
111 B
INI
6 lines
111 B
INI
[pytest]
|
|
python_files = unit_test*.py
|
|
addopts = --pyargs
|
|
testpaths = .
|
|
log_cli = true
|
|
python_functions = test_* |