gateway/pytest.ini
2025-08-29 15:35:14 +02:00

11 lines
No EOL
290 B
INI

[pytest]
testpaths = tests
python_paths = .
addopts = -v --tb=short
python_files = test_*.py
python_classes = Test*
python_functions = test_*
log_file = logs/test_logs.log
log_file_level = INFO
log_file_format = %(asctime)s %(levelname)s %(message)s
log_file_date_format = %Y-%m-%d %H:%M:%S