from django.contrib.formtools.tests.wizard.cookiestorage import TestCookieStorage from django.contrib.formtools.tests.wizard.forms import FormTests, SessionFormTests, CookieFormTests from django.contrib.formtools.tests.wizard.loadstorage import TestLoadStorage from django.contrib.formtools.tests.wizard.namedwizardtests.tests import ( NamedSessionWizardTests, NamedCookieWizardTests, TestNamedUrlSessionWizardView, TestNamedUrlCookieWizardView, NamedSessionFormTests, NamedCookieFormTests, ) from django.contrib.formtools.tests.wizard.sessionstorage import TestSessionStorage from django.contrib.formtools.tests.wizard.wizardtests.tests import ( SessionWizardTests, CookieWizardTests, WizardTestKwargs, WizardTestGenericViewInterface, WizardFormKwargsOverrideTests, )