jupyterhub / tmpauthenticator

JupyterHub authenticator that hands out temporary accounts for everyone. For use in tmpnb.org
BSD 3-Clause "New" or "Revised" License
23 stars 18 forks source link

Add tests infrastructure, and automation to run them - no tests yet #36

Closed consideRatio closed 1 year ago

consideRatio commented 1 year ago

I didn't get down to writing tests, a bit uncertain on how - but with the example jupyterhub_config.py added in #42 I feel a bit more confident.

@yuvipanda should we go for a merge on this instead of #43? Both PRs add jupyterhub as a dependency and will have merge conflicts. I figure we should have a lower bound on what jupyterhub version we support, and I no longer remember if there was a reason I picked 1.3.0 or what reason it was, but I recall seeing something around that as a lower bound in other projects.

yuvipanda commented 1 year ago

Yep this works, thanks @consideRatio!