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_user.py | |
| parent | 42d13a8672d73aca2fc889633dbf7b3ff2a9c7ee (diff) | |
| download | mailman-f8456fef792eaa7b36a5b04072c5ad15d5fb6d48.tar.gz mailman-f8456fef792eaa7b36a5b04072c5ad15d5fb6d48.tar.zst mailman-f8456fef792eaa7b36a5b04072c5ad15d5fb6d48.zip | |
Diffstat (limited to 'src/mailman/model/tests/test_user.py')
| -rw-r--r-- | src/mailman/model/tests/test_user.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mailman/model/tests/test_user.py b/src/mailman/model/tests/test_user.py index 4112572bd..caaf9faa3 100644 --- a/src/mailman/model/tests/test_user.py +++ b/src/mailman/model/tests/test_user.py @@ -21,7 +21,6 @@ from __future__ import absolute_import, unicode_literals __metaclass__ = type __all__ = [ - 'test_suite', ] @@ -72,10 +71,3 @@ class TestUser(unittest.TestCase): self.assertEqual(len(emails), 2) self.assertEqual(emails, set(['anne@example.com', 'aperson@example.com'])) - - - -def test_suite(): - suite = unittest.TestSuite() - suite.addTest(unittest.makeSuite(TestUser)) - return suite |
