aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/pytest.ini
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-05 22:23:34 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-05 23:43:02 +0200
commitc374f169fdf79428d258faf59c1cdd800974994d (patch)
tree7e77b992c52ac9e7dca90065d1680d01630ec8bf /test/pytest.ini
parentworker: actually stay offline (diff)
downloadcimple-c374f169fdf79428d258faf59c1cdd800974994d.tar.gz
cimple-c374f169fdf79428d258faf59c1cdd800974994d.zip
test: add a 2000-iteration basic repository test
Diffstat (limited to 'test/pytest.ini')
-rw-r--r--test/pytest.ini3
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