Changelog#

For detailed changes from the prior release, click on the version number, and its link will bring up a GitHub listing of changes. Use git log on the command line for details.

0.1.0 2023-04-25#

First release!

Enhancements made#

  • Setup codecov to track test coverage #56 (@Sheila-nk)

  • Create release workflow file #48 (@Sheila-nk)

  • Refactor fixtures, add some tests for them and run them with GitHub actions #36 (@Sheila-nk)

  • Configure sphinx to extract docstrings #32 (@Sheila-nk)

  • make all plugin fixtures async #31 (@Sheila-nk)

  • add fixture that creates an instance of JupyterHub #28 (@Sheila-nk)

  • Create fixture for spawner specific configurations #24 (@Sheila-nk)

  • Create fixture that configures JupyterHub to use the Spawner class #23 (@Sheila-nk)

  • Create a fixture returning the spawner class #21 (@Sheila-nk)

  • add initial app_for_spawners fixture #19 (@Sheila-nk)

  • Rename package to pytest-jupyterhub and change all occurrences of old package name #17 (@Sheila-nk)

  • Add the skeleton for an initial plugin for spawners and register it as a project entrypoint #15 (@Sheila-nk)

  • Add documents and packaging related files #4 (@Sheila-nk)

Maintenance and upkeep improvements#

Documentation improvements#

Continuous Integration#

Contributors to this release#

(GitHub contributors page for this release)

@consideRatio | @GeorgianaElena | @manics | @minrk | @Sheila-nk