testbook
Unit test your Jupyter Notebooks the right way
Unit test your Jupyter Notebooks the right way
To install this package, run one of the following:
testbook is a unit testing framework extension for testing code in Jupyter Notebooks.
Previous attempts at unit testing notebooks involved writing the tests in the notebook itself. However, testbook will allow for unit tests to be run against notebooks in separate test files, hence treating .ipynb files as .py files.
testbook helps you set up conventional unit tests for your Jupyter Notebooks.
Summary
Unit test your Jupyter Notebooks the right way
Last Updated
Jun 2, 2021 at 23:59
License
BSD-3-Clause
Total Downloads
88.6K
Version Downloads
70.7K
Supported Platforms
GitHub Repository
https://github.com/nteract/testbookDocumentation
https://testbook.readthedocs.io/