From ddafd190e6117d1bdac0f392a2f759b23567088e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20F=C3=B6rster?= Date: Wed, 26 Feb 2025 15:43:40 +0100 Subject: [PATCH] added pytest group --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e80e7f7..44aa662 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,7 @@ filterwarnings = [ ] markers = [ "api_con_required: tests require an API connection (deselect with '-m \"not api_con_required\"')", + "new: to test only new tests, usually removed afterwards (deselect with '-m \"not quick\"')", ] log_cli = true