mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-07-11 09:25:03 +00:00
4 lines
95 B
Python
4 lines
95 B
Python
from django.test import TestCase
|
|
|
|
from django.contrib.sessions.backends import file, db, cache
|