Removed importing formtools tests in __init__.py
Unnecessary since introduction of DiscoveryTestRunner in 9012833af8
.
This commit is contained in:
parent
3514bcb251
commit
9833b931b7
|
@ -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,
|
||||
)
|
Loading…
Reference in New Issue