diff options
| author | Barry Warsaw | 2011-10-30 12:30:57 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2011-10-30 12:30:57 -0400 |
| commit | f8456fef792eaa7b36a5b04072c5ad15d5fb6d48 (patch) | |
| tree | bedb742266f1d70c132e642497566cc620823453 /src/mailman/chains/tests/test_hold.py | |
| parent | 42d13a8672d73aca2fc889633dbf7b3ff2a9c7ee (diff) | |
| download | mailman-f8456fef792eaa7b36a5b04072c5ad15d5fb6d48.tar.gz mailman-f8456fef792eaa7b36a5b04072c5ad15d5fb6d48.tar.zst mailman-f8456fef792eaa7b36a5b04072c5ad15d5fb6d48.zip | |
Diffstat (limited to 'src/mailman/chains/tests/test_hold.py')
| -rw-r--r-- | src/mailman/chains/tests/test_hold.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mailman/chains/tests/test_hold.py b/src/mailman/chains/tests/test_hold.py index b3e9815d5..292213da4 100644 --- a/src/mailman/chains/tests/test_hold.py +++ b/src/mailman/chains/tests/test_hold.py @@ -21,7 +21,6 @@ from __future__ import absolute_import, unicode_literals __metaclass__ = type __all__ = [ - 'test_suite', ] @@ -96,10 +95,3 @@ further responses today. Please try again tomorrow. If you believe this message is in error, or if you have any questions, please contact the list owner at test-owner@example.com.""") - - - -def test_suite(): - suite = unittest.TestSuite() - suite.addTest(unittest.makeSuite(TestAutorespond)) - return suite |
