summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-08-13 13:51:34 +0000
committerJannis Leidel <jannis@leidel.info>2011-08-13 13:51:34 +0000
commita13de6cd76b12da0520ddccb2d746dd73eb70d28 (patch)
treefdf79db448b5c29d3f9638ddec07d01b705f45cc /tests
parent566b3295fa77e9755613ac36e0d73950938cc577 (diff)
Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated when running outside of the Django test suite. Also moved around the new wizard's templates a bit to better fit the common app layout.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16616 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runtests.py b/tests/runtests.py
index 6d4f282a96..ba66d2aa11 100755
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -35,7 +35,6 @@ ALWAYS_INSTALLED_APPS = [
'django.contrib.admindocs',
'django.contrib.staticfiles',
'django.contrib.humanize',
- 'django.contrib.formtools.wizard',
'regressiontests.staticfiles_tests',
'regressiontests.staticfiles_tests.apps.test',
'regressiontests.staticfiles_tests.apps.no_label',