diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-18 21:14:49 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-18 21:14:49 +0200 |
commit | a4d9778f0df6f076e72ad10d1d1dcc2174b3cab4 (patch) | |
tree | ae816be0b04073f23d0a7080ce943bc2df61f80a /test/pytest.ini | |
parent | test: speed up output_long test_repo tests (diff) | |
download | cimple-a4d9778f0df6f076e72ad10d1d1dcc2174b3cab4.tar.gz cimple-a4d9778f0df6f076e72ad10d1d1dcc2174b3cab4.zip |
test: exclude silly tests from python_tests_valgrind
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 |