summaryrefslogtreecommitdiff
path: root/tests/comment_tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/comment_tests')
-rw-r--r--tests/comment_tests/tests/__init__.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/comment_tests/tests/__init__.py b/tests/comment_tests/tests/__init__.py
index 6cbddbe82b..df6d60010f 100644
--- a/tests/comment_tests/tests/__init__.py
+++ b/tests/comment_tests/tests/__init__.py
@@ -83,11 +83,3 @@ class CommentTestCase(TestCase):
d.update(f.initial)
return d
-from comment_tests.tests.test_app_api import *
-from comment_tests.tests.test_feeds import *
-from comment_tests.tests.test_models import *
-from comment_tests.tests.test_comment_form import *
-from comment_tests.tests.test_templatetags import *
-from comment_tests.tests.test_comment_view import *
-from comment_tests.tests.test_comment_utils_moderators import *
-from comment_tests.tests.test_moderation_views import *