About Anaconda Help Download Anaconda

Unit test your Jupyter Notebooks the right way

copied from cf-staging / testbook

Installers

  • noarch v0.4.2

conda install

To install this package run one of the following:
conda install conda-forge::testbook

Description

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy