mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-29 19:32:55 +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
|