diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-05 22:23:34 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-05 23:43:02 +0200 |
commit | c374f169fdf79428d258faf59c1cdd800974994d (patch) | |
tree | 7e77b992c52ac9e7dca90065d1680d01630ec8bf /test/pytest.ini | |
parent | worker: actually stay offline (diff) | |
download | cimple-c374f169fdf79428d258faf59c1cdd800974994d.tar.gz cimple-c374f169fdf79428d258faf59c1cdd800974994d.zip |
test: add a 2000-iteration basic repository test
Diffstat (limited to '')
-rw-r--r-- | test/pytest.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/pytest.ini b/test/pytest.ini index cdc0831..766e409 100644 --- a/test/pytest.ini +++ b/test/pytest.ini @@ -3,3 +3,6 @@ log_format = %(asctime)s | %(levelname)s | %(message)s log_date_format = %Y-%m-%d %H:%M:%S log_cli_level = INFO #log_cli = 1 + +markers = + stress: Big tests; don't run them w/ Valgrind or in QEMU |