mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-24 17:09:26 +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
|