diff options
| author | Barry Warsaw | 2012-03-12 18:03:35 -0700 |
|---|---|---|
| committer | Barry Warsaw | 2012-03-12 18:03:35 -0700 |
| commit | ce02817cd4d3cf982ca58dfcb177a0b62fa75d54 (patch) | |
| tree | 701efb7db4b7d045b1f0bd376eb993c519f7915f /src/mailman/model/tests/test_user.py | |
| parent | 3fe7d15a5c6e54cc0c201b10b9dd1329dffe2cd2 (diff) | |
| download | mailman-ce02817cd4d3cf982ca58dfcb177a0b62fa75d54.tar.gz mailman-ce02817cd4d3cf982ca58dfcb177a0b62fa75d54.tar.zst mailman-ce02817cd4d3cf982ca58dfcb177a0b62fa75d54.zip | |
Diffstat (limited to 'src/mailman/model/tests/test_user.py')
| -rw-r--r-- | src/mailman/model/tests/test_user.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/model/tests/test_user.py b/src/mailman/model/tests/test_user.py index c4c07ed22..2f04b7c3a 100644 --- a/src/mailman/model/tests/test_user.py +++ b/src/mailman/model/tests/test_user.py @@ -21,6 +21,7 @@ from __future__ import absolute_import, unicode_literals __metaclass__ = type __all__ = [ + 'TestUser', ] @@ -36,6 +37,8 @@ from mailman.utilities.datetime import now class TestUser(unittest.TestCase): + """Test users.""" + layer = ConfigLayer def setUp(self): |
