nbmake
nbmake copied to clipboard
📝 Pytest plugin for testing notebooks
**Describe the bug** Passing `-Werror` to `pytest --nbmake` has no effect. It should, instead, cause the tests to fail if the code in a notebook causes a warning. **To Reproduce**...
**Describe the bug** In a rare case, an error might happen due to `ipython_genutils` not properly installed. That is because `nbmake` did not require `ipython_genutils` nor `jupyter` explicitly. Others also...
The following link in the README is broken: > It is also possible to parallelise at a CI-level using strategies, see [example](https://github.com/LabForComputationalVision/plenoptic/blob/master/.github/workflows/treebeard.yml) Should probably link to a specific commit of...
**Describe the bug** Run `pytest --nbmake -n=auto **/*ipynb` get no file in Powershell **To Reproduce** Steps to reproduce the behavior: 1. Run `pytest --nbmake -n=auto **/*ipynb` **Expected behavior** Works like...
Apologies for the unsolicited pull request. I've added a small bit of functionality to *nbmake* that we have found to be useful and thought others might as well. This pull...
/ai
**Describe the bug** Notebook tests are not being given names in junit reports. This makes it difficult to differentiate different tests in CI tools like bamboo that parse junit.xml to...
related to https://github.com/ukaea/PROCESS/issues/3091#issuecomment-2162702758 and discord discussions.