Source: python-testbook Maintainer: Debian Python Team Uploaders: Debian PaN Maintainers , Roland Mas , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, help2man, pybuild-plugin-pyproject, python3-aiohttp , python3-all, python3-azure , python3-azure-datalake-store , python3-boto3 , python3-click , python3-colors , python3-dateutil , python3-entrypoints , python3-ipykernel , python3-moto , python3-nbclient , python3-nbformat , python3-pandas , python3-pytest , python3-requests , python3-tenacity , python3-tqdm , Standards-Version: 3.9.6 Testsuite: autopkgtest-pkg-pybuild Homepage: https://github.com/nteract/testbook/ Vcs-Git: https://salsa.debian.org/python-team/packages/python-testbook.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-testbook Package: python3-testbook Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: unit testing framework extension for testing 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.