diff options
| author | Barry Warsaw | 2016-03-25 11:01:46 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2016-03-25 11:01:46 -0400 |
| commit | 7fd9e5ab09b0da347da0607b47d2d3838bd80f0c (patch) | |
| tree | b150f85e5fc482f45e973a233b5184d3ca4b78a7 /src/mailman/model/tests/test_pending.py | |
| parent | 71ebe367a52316811f570d09f2213c192a47973f (diff) | |
| download | mailman-7fd9e5ab09b0da347da0607b47d2d3838bd80f0c.tar.gz mailman-7fd9e5ab09b0da347da0607b47d2d3838bd80f0c.tar.zst mailman-7fd9e5ab09b0da347da0607b47d2d3838bd80f0c.zip | |
Diffstat (limited to 'src/mailman/model/tests/test_pending.py')
| -rw-r--r-- | src/mailman/model/tests/test_pending.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mailman/model/tests/test_pending.py b/src/mailman/model/tests/test_pending.py index 46b0729bf..feb921796 100644 --- a/src/mailman/model/tests/test_pending.py +++ b/src/mailman/model/tests/test_pending.py @@ -17,11 +17,6 @@ """Test pendings.""" -__all__ = [ - 'TestPendings', - ] - - import unittest from mailman.app.lifecycle import create_list @@ -38,7 +33,6 @@ class SimplePendable(dict): PEND_TYPE = 'simple' - class TestPendings(unittest.TestCase): """Test pendings.""" |
