Skip to content

Commit 35ff3d8

Browse files
committed
tests: update file's docstring with info about test data
1 parent cf6d3ae commit 35ff3d8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ldapauthenticator/tests/test_ldapauthenticator.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
# Inspired by https://github.com/jupyterhub/jupyterhub/blob/main/jupyterhub/tests/test_auth.py
1+
"""
2+
Inspired by https://github.com/jupyterhub/jupyterhub/blob/main/jupyterhub/tests/test_auth.py
23
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+
"""
37

48
async def test_ldap_auth_allowed(authenticator):
59
# proper username and password in allowed group

0 commit comments

Comments
 (0)