aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/pytest.ini
blob: 6b95d54b16b6a377f278c1d32b137ab19c01ec11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[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: Long tests; don't run them casually
    valgrind: These tests are run w/ Valgrind
    flame_graph: Generate the flame graph for these tests