Skip to content
Snippets Groups Projects

Notebook unit testing

1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -10,4 +10,8 @@ def test_filters_notebook():
def test_local_thickness_notebook():
with testbook('./docs/notebooks/local_thickness.ipynb', execute=True) as tb:
pass
def test_logging_notebook():
with testbook('./docs/notebooks/Logging.ipynb', execute=True) as tb:
pass
\ No newline at end of file
Loading