Files
relay/online-tests/pytest.ini
holger krekel fdb01d269c - introduce pytest.mark.slow marker and "--slow" CLI option
- refactor login tests to allow running them against both imap/smtp
2023-10-16 17:00:39 +02:00

4 lines
108 B
INI

[pytest]
addopts = -vrsx --strict-markers
markers = slow: mark test as slow (requires --slow option to run)