diff options
| author | J08nY | 2017-06-04 17:41:29 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-30 14:28:28 +0200 |
| commit | 103fa8caf88f64d18b95ecc36af5ac53152c4269 (patch) | |
| tree | f949fe52569816956da68e97d459d187b491eace /src/mailman/runners/tests/test_bounce.py | |
| parent | 057bc0704ab6d975e327c11cac204decfb478c4d (diff) | |
| download | mailman-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.py | 1 |
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`.""" |
