jupyterhub / wrapspawner

Mechanism for runtime configuration of spawners for JupyterHub
BSD 3-Clause "New" or "Revised" License
60 stars 57 forks source link

Implement testing #19

Open mbmilligan opened 6 years ago

mbmilligan commented 6 years ago

We do not have any automated testing set up, but we should.

Testing will need to be focused on integration, not unit tests, since the major sources of error are going to be around property or method accesses to the wrapped Spawner class, which means running actual Jupyterhub code and verifying those interface points. We can probably pull the necessary logic from the Jupyterhub test suite.

mbmilligan commented 3 years ago

Bumping issue. From discussion today in the Jupyterhub in HPC call: