diff options
Diffstat (limited to 'src/mailman/model/tests/test_user.py')
| -rw-r--r-- | src/mailman/model/tests/test_user.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mailman/model/tests/test_user.py b/src/mailman/model/tests/test_user.py index 8648e0fd3..7c8a3581e 100644 --- a/src/mailman/model/tests/test_user.py +++ b/src/mailman/model/tests/test_user.py @@ -17,11 +17,6 @@ """Test users.""" -__all__ = [ - 'TestUser', - ] - - import unittest from mailman.app.lifecycle import create_list @@ -37,7 +32,6 @@ from mailman.testing.layers import ConfigLayer from zope.component import getUtility - class TestUser(unittest.TestCase): """Test users.""" |
