diff options
Diffstat (limited to '')
-rw-r--r-- | test/pytest.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/pytest.ini b/test/pytest.ini index 49e206d..6b95d54 100644 --- a/test/pytest.ini +++ b/test/pytest.ini @@ -5,5 +5,6 @@ log_cli_level = INFO #log_cli = 1 markers = - stress: Big tests; don't run them w/ Valgrind or in QEMU + stress: Long tests; don't run them casually + valgrind: These tests are run w/ Valgrind flame_graph: Generate the flame graph for these tests |