Skip to content

Commit

Permalink
Removed importing formtools tests in __init__.py
Browse files Browse the repository at this point in the history
Unnecessary since introduction of DiscoveryTestRunner in 9012833.
  • Loading branch information
timgraham committed Oct 17, 2013
1 parent 3514bcb commit 9833b93
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions django/contrib/formtools/tests/wizard/__init__.py
@@ -1,19 +0,0 @@
from django.contrib.formtools.tests.wizard.test_cookiestorage import TestCookieStorage
from django.contrib.formtools.tests.wizard.test_forms import FormTests, SessionFormTests, CookieFormTests
from django.contrib.formtools.tests.wizard.test_loadstorage import TestLoadStorage
from django.contrib.formtools.tests.wizard.namedwizardtests.tests import (
NamedSessionWizardTests,
NamedCookieWizardTests,
TestNamedUrlSessionWizardView,
TestNamedUrlCookieWizardView,
NamedSessionFormTests,
NamedCookieFormTests,
)
from django.contrib.formtools.tests.wizard.test_sessionstorage import TestSessionStorage
from django.contrib.formtools.tests.wizard.wizardtests.tests import (
SessionWizardTests,
CookieWizardTests,
WizardTestKwargs,
WizardTestGenericViewInterface,
WizardFormKwargsOverrideTests,
)

0 comments on commit 9833b93

Please sign in to comment.