summaryrefslogtreecommitdiff
path: root/src/mailman/handlers/tests/test_rfc_2369.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/handlers/tests/test_rfc_2369.py')
-rw-r--r--src/mailman/handlers/tests/test_rfc_2369.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/handlers/tests/test_rfc_2369.py b/src/mailman/handlers/tests/test_rfc_2369.py
index dc622e528..5eac70244 100644
--- a/src/mailman/handlers/tests/test_rfc_2369.py
+++ b/src/mailman/handlers/tests/test_rfc_2369.py
@@ -34,6 +34,7 @@ from urllib.parse import urljoin
from zope.interface import implementer
+
@implementer(IArchiver)
class DummyArchiver:
"""An example archiver which does nothing but return URLs."""
@@ -55,6 +56,7 @@ class DummyArchiver:
return None
+
class TestRFC2369(unittest.TestCase):
"""Test the rfc_2369 handler."""