jupyterhub / ldapauthenticator

LDAP Authenticator Plugin for Jupyter
BSD 3-Clause "New" or "Revised" License
206 stars 178 forks source link

tests: avoid reuse of authenticator fixture between tests and add docstring #254

Closed consideRatio closed 2 months ago

consideRatio commented 2 months ago

By re-using the authenticator fixture, I think it could end up configured by one test influencing another, which added complexity that wasn't merited as initializing the LDAPAuthenticator class is trivial.