Skip to content
Snippets Groups Projects

Notebook unit testing

1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -4,9 +4,9 @@ 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
def test_filters_notebook():
with testbook('./docs/notebooks/filters.ipynb', execute=True) as tb:
pass
def test_local_thickness_notebook():
with testbook('./docs/notebooks/local_thickness.ipynb', execute=True) as tb:
Loading