8 lines
171 B
INI
8 lines
171 B
INI
[pytest]
|
|
pythonpath = .
|
|
python_files = test_*.py *_test.py
|
|
python_functions = test_*
|
|
testpaths = tests
|
|
|
|
[report]
|
|
omit = *myenv/*, custom_logger.py, *venv/*, tests/* |