aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/pytest.ini
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-18 21:14:49 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-18 21:14:49 +0200
commita4d9778f0df6f076e72ad10d1d1dcc2174b3cab4 (patch)
treeae816be0b04073f23d0a7080ce943bc2df61f80a /test/pytest.ini
parenttest: speed up output_long test_repo tests (diff)
downloadcimple-a4d9778f0df6f076e72ad10d1d1dcc2174b3cab4.tar.gz
cimple-a4d9778f0df6f076e72ad10d1d1dcc2174b3cab4.zip
test: exclude silly tests from python_tests_valgrind
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