mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
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…
x
Reference in New Issue
Block a user