Loading tests/runtests.py +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ REGRESSION_TEST_DIR = os.path.join(RUNTESTS_DIR, REGRESSION_TESTS_DIR_NAME) TEMP_DIR = tempfile.mkdtemp(prefix='django_') os.environ['DJANGO_TEST_TEMP_DIR'] = TEMP_DIR REGRESSION_SUBDIRS_TO_SKIP = [] SUBDIRS_TO_SKIP = ['test_templates'] ALWAYS_INSTALLED_APPS = [ 'django.contrib.contenttypes', Loading Loading @@ -60,7 +60,7 @@ def get_test_modules(): # Python 3 byte code dirs (PEP 3147) f == '__pycache__' or f.startswith('sql') or os.path.basename(f) in REGRESSION_SUBDIRS_TO_SKIP): os.path.basename(f) in SUBDIRS_TO_SKIP): continue modules.append((loc, f)) return modules Loading tests/templates/base.html→tests/test_templates/base.html +0 −0 File moved. View file tests/templates/comments/comment_notification_email.txt→tests/test_templates/comments/comment_notification_email.txt +0 −0 File moved. View file tests/templates/custom_admin/add_form.html→tests/test_templates/custom_admin/add_form.html +0 −0 File moved. View file tests/templates/custom_admin/change_form.html→tests/test_templates/custom_admin/change_form.html +0 −0 File moved. View file Loading
tests/runtests.py +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ REGRESSION_TEST_DIR = os.path.join(RUNTESTS_DIR, REGRESSION_TESTS_DIR_NAME) TEMP_DIR = tempfile.mkdtemp(prefix='django_') os.environ['DJANGO_TEST_TEMP_DIR'] = TEMP_DIR REGRESSION_SUBDIRS_TO_SKIP = [] SUBDIRS_TO_SKIP = ['test_templates'] ALWAYS_INSTALLED_APPS = [ 'django.contrib.contenttypes', Loading Loading @@ -60,7 +60,7 @@ def get_test_modules(): # Python 3 byte code dirs (PEP 3147) f == '__pycache__' or f.startswith('sql') or os.path.basename(f) in REGRESSION_SUBDIRS_TO_SKIP): os.path.basename(f) in SUBDIRS_TO_SKIP): continue modules.append((loc, f)) return modules Loading
tests/templates/comments/comment_notification_email.txt→tests/test_templates/comments/comment_notification_email.txt +0 −0 File moved. View file
tests/templates/custom_admin/add_form.html→tests/test_templates/custom_admin/add_form.html +0 −0 File moved. View file
tests/templates/custom_admin/change_form.html→tests/test_templates/custom_admin/change_form.html +0 −0 File moved. View file