Skip to content
Snippets Groups Projects

Notebook unit testing

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