mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-07 10:20:57 +00:00
4 lines
138 B
Python
4 lines
138 B
Python
from django.test import TestCase
|
|
|
|
from django.contrib.sessions.backends import file, db, cache
|
|
from django.contrib.auth.views import login |