aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/pytest.ini
diff options
context:
space:
mode:
Diffstat (limited to 'test/pytest.ini')
-rw-r--r--test/pytest.ini3
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