Files
deb-python-django-formtools/formtools/tests/wizard/sessionstorage.py

10 lines
287 B
Python

from django.test import TestCase
from django.contrib.formtools.tests.wizard.storage import TestStorage
from django.contrib.formtools.wizard.storage.session import SessionStorage
class TestSessionStorage(TestStorage, TestCase):
def get_storage(self):
return SessionStorage