ipynb-tests

Run Jupyter notebook tests


License
MIT
Install
pip install ipynb-tests==1.0rc1

Documentation

Run pytest unit tests written as Jupyter notebooks:

  • Collects all exceptions raised in each notebook
  • Links to HTML notebook outputs in pytest output
  • (Optionally) check notebook standard output per cell with methods check_notebook_name(self, soup) using BeautifulSoup4

See tests/example.py.