File: test_sessionstorage.py

package info (click to toggle)
python-django-formtools 2.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,052 kB
  • sloc: python: 2,141; makefile: 196
file content (10 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (5)
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