1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-06 13:17:54 +03:00
openuds/tunnel-server/pytest.ini

9 lines
211 B
INI
Raw Normal View History

2022-12-10 23:45:07 +03:00
[pytest]
addopts = "-s"
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