executablebooks / cookiecutter-jupyter-book

Cookiecutter template for a simple jupyter book
https://executablebooks.github.io/cookiecutter-jupyter-book/
BSD 3-Clause "New" or "Revised" License
140 stars 53 forks source link

Improve test regime #18

Closed TomasBeuzen closed 3 years ago

TomasBeuzen commented 3 years ago

I need to improve the testing regime for the CC, ideally I'd like to add the following:

  1. Include the same test currently being run in Jupyter Book (we don't want that to break!)
  2. Run CC for all possible combinations of options. There are currently 6 "license options" and 3 "include_ci" options. So that's only 18 combinations and the tests are very quick to run so this should be fine.