mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-22 13:34:04 +03:00
10 lines
291 B
INI
10 lines
291 B
INI
[pytest]
|
|
addopts = --log-level=DEBUG
|
|
#addopts = --cov --cov-report html --cov-config=coverage.ini -n 12
|
|
pythonpath = ./src
|
|
python_files = tests.py test_*.py *_tests.py
|
|
log_format = "%(asctime)s %(levelname)s %(message)s"
|
|
log_date_format = "%Y-%m-%d %H:%M:%S"
|
|
log_cli = true
|
|
log_level = info
|