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 d25515e commit 85383daCopy full SHA for 85383da
test_app/tests/authentication/authenticator_plugins/test_ldap_get_or_build_user.py
@@ -7,6 +7,14 @@
7
from ansible_base.authentication.authenticator_plugins import ldap
8
9
10
+"""
11
+This module is separated from the rest of test_ldap.py because it reloads the module
12
+which will replace the auth utils module with newly loaded classes.
13
+So it gives best isolation to keep this in a module that does not have
14
+other imports from the same module, which can leave stale references.
15
16
+
17
18
@pytest.mark.django_db
19
@pytest.mark.parametrize(
20
"username",
0 commit comments