Skip to content

Commit

Permalink
Update test_examples.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bdestombe committed Oct 20, 2023
1 parent 6ab648a commit c70b2d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ def test_ipynb():
for fp in filepathlist:
print(f"Running: {fp}")
_, errors = _notebook_run(fp)
assert errors == []
assert errors == [], f"Errors: {errors}"
print("No errors found in nb")

0 comments on commit c70b2d0

Please sign in to comment.