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

4 lines
108 B
INI

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