summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Soto2013-01-23 20:12:53 +0100
committerDavid Soto2013-01-23 20:12:53 +0100
commit7c43d995f30a56acf8dd54c21ee81c80e0314ed1 (patch)
tree1598dcc636aa6ef9ccfd98882dfc9317a3300c39
parentd765fb012fcc068b7e7803a149e117b1cc1a2589 (diff)
downloadmailman-7c43d995f30a56acf8dd54c21ee81c80e0314ed1.tar.gz
mailman-7c43d995f30a56acf8dd54c21ee81c80e0314ed1.tar.zst
mailman-7c43d995f30a56acf8dd54c21ee81c80e0314ed1.zip
-rw-r--r--src/mailman/commands/tests/test_mailmanconf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/commands/tests/test_mailmanconf.py b/src/mailman/commands/tests/test_mailmanconf.py
index dbea2c362..4a3b5df9e 100644
--- a/src/mailman/commands/tests/test_mailmanconf.py
+++ b/src/mailman/commands/tests/test_mailmanconf.py
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License along with
# GNU Mailman. If not, see <http://www.gnu.org/licenses/>.
-"""Test some additional corner cases for starting/stopping."""
+"""Test the mailmanconf subcommand."""
from __future__ import absolute_import, unicode_literals
@@ -46,7 +46,7 @@ class FakeParser:
-class TestStart(unittest.TestCase):
+class TestMailmanconf(unittest.TestCase):
"""Test the mailmanconf subcommand."""
def setUp(self):