diff options
Diffstat (limited to '')
-rw-r--r-- | test/py/test_repo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/py/test_repo.py b/test/py/test_repo.py index c973e37..9d070ca 100644 --- a/test/py/test_repo.py +++ b/test/py/test_repo.py @@ -72,6 +72,7 @@ def _test_repo_internal(env, repo, numof_processes, runs_per_process): assert repo.run_output_matches(output), f"Output doesn't match: {output}" +@pytest.mark.valgrind @my_parametrize('runs_per_client', [1, 5]) @my_parametrize('numof_clients', [1, 5]) def test_repo(env, test_repo, numof_clients, runs_per_client): |