summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPreston Timmons <prestontimmons@gmail.com>2013-04-06 13:29:35 -0500
committerCarl Meyer <carl@oddbird.net>2013-04-12 15:07:24 -0600
commit5e84abec14fe43cc08198411cbd2b67804ab7e47 (patch)
treea82d82839f6b360db8187dca359248f8b82016da /tests
parent6f3e1397394da838db9e9aee6ba0eb102ac6f49b (diff)
Modified comment_tests for unittest2 discovery.
Diffstat (limited to 'tests')
-rw-r--r--tests/comment_tests/tests/__init__.py16
-rw-r--r--tests/comment_tests/tests/test_app_api.py (renamed from tests/comment_tests/tests/app_api_tests.py)0
-rw-r--r--tests/comment_tests/tests/test_comment_form.py (renamed from tests/comment_tests/tests/comment_form_tests.py)0
-rw-r--r--tests/comment_tests/tests/test_comment_utils_moderators.py (renamed from tests/comment_tests/tests/comment_utils_moderators_tests.py)0
-rw-r--r--tests/comment_tests/tests/test_comment_view.py (renamed from tests/comment_tests/tests/comment_view_tests.py)0
-rw-r--r--tests/comment_tests/tests/test_feeds.py (renamed from tests/comment_tests/tests/feed_tests.py)0
-rw-r--r--tests/comment_tests/tests/test_models.py (renamed from tests/comment_tests/tests/model_tests.py)0
-rw-r--r--tests/comment_tests/tests/test_moderation_views.py (renamed from tests/comment_tests/tests/moderation_view_tests.py)0
-rw-r--r--tests/comment_tests/tests/test_templatetags.py (renamed from tests/comment_tests/tests/templatetag_tests.py)0
9 files changed, 8 insertions, 8 deletions
diff --git a/tests/comment_tests/tests/__init__.py b/tests/comment_tests/tests/__init__.py
index d959dab243..ae4585e187 100644
--- a/tests/comment_tests/tests/__init__.py
+++ b/tests/comment_tests/tests/__init__.py
@@ -85,11 +85,11 @@ class CommentTestCase(TestCase):
d.update(f.initial)
return d
-from comment_tests.tests.app_api_tests import *
-from comment_tests.tests.feed_tests import *
-from comment_tests.tests.model_tests import *
-from comment_tests.tests.comment_form_tests import *
-from comment_tests.tests.templatetag_tests import *
-from comment_tests.tests.comment_view_tests import *
-from comment_tests.tests.moderation_view_tests import *
-from comment_tests.tests.comment_utils_moderators_tests import *
+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 *
diff --git a/tests/comment_tests/tests/app_api_tests.py b/tests/comment_tests/tests/test_app_api.py
index ed23ba39cc..ed23ba39cc 100644
--- a/tests/comment_tests/tests/app_api_tests.py
+++ b/tests/comment_tests/tests/test_app_api.py
diff --git a/tests/comment_tests/tests/comment_form_tests.py b/tests/comment_tests/tests/test_comment_form.py
index 39ba57928d..39ba57928d 100644
--- a/tests/comment_tests/tests/comment_form_tests.py
+++ b/tests/comment_tests/tests/test_comment_form.py
diff --git a/tests/comment_tests/tests/comment_utils_moderators_tests.py b/tests/comment_tests/tests/test_comment_utils_moderators.py
index 6c7a882e25..6c7a882e25 100644
--- a/tests/comment_tests/tests/comment_utils_moderators_tests.py
+++ b/tests/comment_tests/tests/test_comment_utils_moderators.py
diff --git a/tests/comment_tests/tests/comment_view_tests.py b/tests/comment_tests/tests/test_comment_view.py
index 0d994d3af8..0d994d3af8 100644
--- a/tests/comment_tests/tests/comment_view_tests.py
+++ b/tests/comment_tests/tests/test_comment_view.py
diff --git a/tests/comment_tests/tests/feed_tests.py b/tests/comment_tests/tests/test_feeds.py
index 941ffb6bf2..941ffb6bf2 100644
--- a/tests/comment_tests/tests/feed_tests.py
+++ b/tests/comment_tests/tests/test_feeds.py
diff --git a/tests/comment_tests/tests/model_tests.py b/tests/comment_tests/tests/test_models.py
index 69c1a8118f..69c1a8118f 100644
--- a/tests/comment_tests/tests/model_tests.py
+++ b/tests/comment_tests/tests/test_models.py
diff --git a/tests/comment_tests/tests/moderation_view_tests.py b/tests/comment_tests/tests/test_moderation_views.py
index 02af35cfe4..02af35cfe4 100644
--- a/tests/comment_tests/tests/moderation_view_tests.py
+++ b/tests/comment_tests/tests/test_moderation_views.py
diff --git a/tests/comment_tests/tests/templatetag_tests.py b/tests/comment_tests/tests/test_templatetags.py
index 185f6de297..185f6de297 100644
--- a/tests/comment_tests/tests/templatetag_tests.py
+++ b/tests/comment_tests/tests/test_templatetags.py