You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having used this for a bit now (it's great!) I have some suggestions for more fixtures to add. The pytest-jupyter extension is a great model, which has fixtures for starting and talking to a Jupyter server.
Proposed change
Having used this for a bit now (it's great!) I have some suggestions for more fixtures to add. The pytest-jupyter extension is a great model, which has fixtures for starting and talking to a Jupyter server.
jupyterhub_config
fixture that returns the jupyterhub configuration #67hub_app
fixture that depends onjupyterhub_config
#68hub_api_request
fixture that returns a function that makes authenticated API requests #69Who would use this feature?
Spawners, authenticators
The text was updated successfully, but these errors were encountered: