show timestamps in captured logs

for easier debugging of timelines
This commit is contained in:
Min RK
2025-03-24 13:11:53 +01:00
parent d0120ef56c
commit 470d7624a3

View File

@@ -11,6 +11,9 @@ asyncio_default_fixture_loop_scope = module
# jupyter_server plugin is incompatible with notebook imports # jupyter_server plugin is incompatible with notebook imports
addopts = -p no:jupyter_server -m 'not browser' --color yes --durations 10 --verbose addopts = -p no:jupyter_server -m 'not browser' --color yes --durations 10 --verbose
log_format = %(asctime)s %(levelname)s %(filename)s:%(lineno)s %(message)s
log_date_format = %H:%M:%S
python_files = test_*.py python_files = test_*.py
markers = markers =
gen_test: marks an async tornado test gen_test: marks an async tornado test