Add a system test for running the filtermail module

This commit is contained in:
holger krekel
2025-10-20 21:02:14 +02:00
committed by GitHub
parent b7fadcd4be
commit 741a20450c
2 changed files with 79 additions and 0 deletions

View File

@@ -71,5 +71,6 @@ commands =
[testenv]
deps = pytest
pdbpp
pytest-localserver
commands = pytest -v -rsXx {posargs}
"""