- introduce pytest.mark.slow marker and "--slow" CLI option

- refactor login tests to allow running them against both imap/smtp
This commit is contained in:
holger krekel
2023-10-16 16:56:22 +02:00
parent 00af333694
commit fdb01d269c
4 changed files with 66 additions and 52 deletions

View File

@@ -1,2 +1,3 @@
[pytest]
addopts = -vrsx
addopts = -vrsx --strict-markers
markers = slow: mark test as slow (requires --slow option to run)