Skip to content
Snippets Groups Projects

Notebook unit testing

1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
from testbook import testbook
def test_filters_notebook():
with testbook('./docs/notebooks/filters.ipynb', execute=True) as tb:
pass
\ No newline at end of file
Loading