Loading tests/comment_tests/tests/__init__.py +8 −8 Original line number Diff line number Diff line Loading @@ -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 * tests/comment_tests/tests/app_api_tests.py→tests/comment_tests/tests/test_app_api.py +0 −0 File moved. View file tests/comment_tests/tests/comment_form_tests.py→tests/comment_tests/tests/test_comment_form.py +0 −0 File moved. View file tests/comment_tests/tests/comment_utils_moderators_tests.py→tests/comment_tests/tests/test_comment_utils_moderators.py +0 −0 File moved. View file tests/comment_tests/tests/comment_view_tests.py→tests/comment_tests/tests/test_comment_view.py +0 −0 File moved. View file Loading
tests/comment_tests/tests/__init__.py +8 −8 Original line number Diff line number Diff line Loading @@ -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 *
tests/comment_tests/tests/app_api_tests.py→tests/comment_tests/tests/test_app_api.py +0 −0 File moved. View file
tests/comment_tests/tests/comment_form_tests.py→tests/comment_tests/tests/test_comment_form.py +0 −0 File moved. View file
tests/comment_tests/tests/comment_utils_moderators_tests.py→tests/comment_tests/tests/test_comment_utils_moderators.py +0 −0 File moved. View file
tests/comment_tests/tests/comment_view_tests.py→tests/comment_tests/tests/test_comment_view.py +0 −0 File moved. View file