added pytest group

This commit is contained in:
Florian Förster 2025-02-26 15:43:40 +01:00
parent e3cda7539c
commit ddafd190e6

View File

@ -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