File: test_sessionstorage.py

package info (click to toggle)
python-django-formtools 2.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,060 kB
  • sloc: python: 2,092; makefile: 187; sh: 4
file content (10 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
from django.test import TestCase

from formtools.wizard.storage.session import SessionStorage

from .storage import TestStorage


class TestSessionStorage(TestStorage, TestCase):
    def get_storage(self):
        return SessionStorage