aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/test/pytest.ini
blob: 69a5cc266edd5bd6f335283c021180b871cc67f6 (plain) (tree)
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: Long tests; don't run them casually
    flame_graph: Generate the flame graph for these tests