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 cf6d3ae commit 35ff3d8Copy full SHA for 35ff3d8
ldapauthenticator/tests/test_ldapauthenticator.py
@@ -1,5 +1,9 @@
1
-# Inspired by https://github.com/jupyterhub/jupyterhub/blob/main/jupyterhub/tests/test_auth.py
+"""
2
+Inspired by https://github.com/jupyterhub/jupyterhub/blob/main/jupyterhub/tests/test_auth.py
3
4
+Testing data is hardcoded in docker-test-openldap, described at
5
+https://github.com/rroemhild/docker-test-openldap?tab=readme-ov-file#ldap-structure
6
7
8
async def test_ldap_auth_allowed(authenticator):
9
# proper username and password in allowed group
0 commit comments