Skip to content

Commit

Permalink
tests: update file's docstring with info about test data
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Sep 14, 2024
1 parent 2d298c2 commit 9486b76
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ldapauthenticator/tests/test_ldapauthenticator.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Inspired by https://github.com/jupyterhub/jupyterhub/blob/main/jupyterhub/tests/test_auth.py
"""
Inspired by https://github.com/jupyterhub/jupyterhub/blob/main/jupyterhub/tests/test_auth.py
Testing data is hardcoded in docker-test-openldap, described at
https://github.com/rroemhild/docker-test-openldap?tab=readme-ov-file#ldap-structure
"""

async def test_ldap_auth_allowed(authenticator):
# proper username and password in allowed group
Expand Down

0 comments on commit 9486b76

Please sign in to comment.