jupyterhub / jupyter-rsession-proxy

Jupyter extensions for running an RStudio rsession proxy
BSD 3-Clause "New" or "Revised" License
118 stars 87 forks source link

Add tests for CI #115

Open ryanlovett opened 2 years ago

ryanlovett commented 2 years ago

Add automated testing to be run during CI on PR merges. We need to verify that changes work on a local jupyter server, on a JupyterHub, and (if possible) on mybinder.org. This will also help us find out if changes to rstudio-server break us.

See jupyter-server-proxy's tests for inspiration.