jupyterhub / jupyterhub-idle-culler

JupyterHub service to cull idle servers and users
Other
102 stars 37 forks source link

Add a test #39

Closed minrk closed 3 years ago

minrk commented 3 years ago

This is mostly a collection of fixtures to get a test hub running with tokens and permissions.

closes #36

There are lots of situations to add tests for, but this does the basics, so it should hopefully not be too hard to add them.

Some tests might be more easily served by mocking out the Hub with some pre-fab responses, but that's a bit more complicated, I think.