aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/pytest.ini
blob: 49e206dd2dc0e031867b3c08a5e3a45f1ef6caac (plain) (blame)
1
2
3
4
5
6
7
8
9
[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
    flame_graph: Generate the flame graph for these tests