We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa267f commit 4305306Copy full SHA for 4305306
djangosaml2/tests/__init__.py
@@ -16,11 +16,9 @@
16
17
import base64
18
import datetime
19
-import mock
20
import re
21
import sys
22
-
23
-from unittest import skip
+from unittest import mock, skip
24
25
from django.conf import settings
26
from django.contrib.auth import SESSION_KEY, get_user_model
@@ -37,8 +35,8 @@
37
35
from djangosaml2.conf import get_config
38
36
from djangosaml2.signals import post_authenticated
39
from djangosaml2.tests import conf
40
-from djangosaml2.tests.utils import SAMLPostFormParser
41
from djangosaml2.tests.auth_response import auth_response
+from djangosaml2.tests.utils import SAMLPostFormParser
42
from djangosaml2.views import finish_logout
43
44
try:
0 commit comments