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/model/tests/test_domain.py | |
| parent | 42d13a8672d73aca2fc889633dbf7b3ff2a9c7ee (diff) | |
| download | mailman-f8456fef792eaa7b36a5b04072c5ad15d5fb6d48.tar.gz mailman-f8456fef792eaa7b36a5b04072c5ad15d5fb6d48.tar.zst mailman-f8456fef792eaa7b36a5b04072c5ad15d5fb6d48.zip | |
Diffstat (limited to 'src/mailman/model/tests/test_domain.py')
| -rw-r--r-- | src/mailman/model/tests/test_domain.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mailman/model/tests/test_domain.py b/src/mailman/model/tests/test_domain.py index 4ad8a5403..c7c4ba999 100644 --- a/src/mailman/model/tests/test_domain.py +++ b/src/mailman/model/tests/test_domain.py @@ -21,7 +21,6 @@ from __future__ import absolute_import, unicode_literals __metaclass__ = type __all__ = [ - 'test_suite', ] @@ -103,11 +102,3 @@ class TestDomainLifecycleEvents(unittest.TestCase): self.assertEqual(listmanager.get('dog@example.org'), None) self.assertEqual(listmanager.get('ewe@example.com'), ewe) self.assertEqual(listmanager.get('fly@example.com'), fly) - - - -def test_suite(): - suite = unittest.TestSuite() - suite.addTest(unittest.makeSuite(TestDomainManager)) - suite.addTest(unittest.makeSuite(TestDomainLifecycleEvents)) - return suite |
