summaryrefslogtreecommitdiff
path: root/src/mailman/commands/tests/test_import.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/commands/tests/test_import.py')
-rw-r--r--src/mailman/commands/tests/test_import.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mailman/commands/tests/test_import.py b/src/mailman/commands/tests/test_import.py
index 59992c07b..32f6c4df9 100644
--- a/src/mailman/commands/tests/test_import.py
+++ b/src/mailman/commands/tests/test_import.py
@@ -17,11 +17,6 @@
"""Test the `mailman import21` subcommand."""
-__all__ = [
- 'TestImport',
- ]
-
-
import unittest
from mailman.app.lifecycle import create_list
@@ -31,7 +26,6 @@ from pkg_resources import resource_filename
from unittest.mock import patch
-
class FakeArgs:
listname = ['test@example.com']
pickle_file = [
@@ -39,7 +33,6 @@ class FakeArgs:
]
-
class TestImport(unittest.TestCase):
layer = ConfigLayer