summaryrefslogtreecommitdiff
path: root/src/mailman/runners/tests/test_bounce.py
diff options
context:
space:
mode:
authorJ08nY2017-06-04 17:41:29 +0200
committerJ08nY2017-08-30 14:28:28 +0200
commit103fa8caf88f64d18b95ecc36af5ac53152c4269 (patch)
treef949fe52569816956da68e97d459d187b491eace /src/mailman/runners/tests/test_bounce.py
parent057bc0704ab6d975e327c11cac204decfb478c4d (diff)
downloadmailman-list-style-descriptions.tar.gz
mailman-list-style-descriptions.tar.zst
mailman-list-style-descriptions.zip
Diffstat (limited to 'src/mailman/runners/tests/test_bounce.py')
-rw-r--r--src/mailman/runners/tests/test_bounce.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/runners/tests/test_bounce.py b/src/mailman/runners/tests/test_bounce.py
index 69198d881..4a21e0e52 100644
--- a/src/mailman/runners/tests/test_bounce.py
+++ b/src/mailman/runners/tests/test_bounce.py
@@ -227,6 +227,7 @@ class TestStyle:
"""See `IStyle`."""
name = 'test'
+ description = 'A test style.'
def apply(self, mailing_list):
"""See `IStyle`."""