blob: 766e409cd4f41f3808952515dd22d8d0096eed63 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
[pytest]
log_format = %(asctime)s | %(levelname)s | %(message)s
log_date_format = %Y-%m-%d %H:%M:%S
log_cli_level = INFO
#log_cli = 1
markers =
stress: Big tests; don't run them w/ Valgrind or in QEMU
|