We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 438f857 + 3fa3a8c commit ffcaa5bCopy full SHA for ffcaa5b
1 file changed
binder/test_notebooks.py
@@ -38,7 +38,8 @@ def test_notebooks(path):
38
for notebook in sorted(notebooks):
39
print(notebook)
40
_, errors = notebook_run(join(path, notebook))
41
- assert errors == []
+ if errors != []:
42
+ raise AssertionError
43
44
for directory in sorted(directories):
45
print(directory)
0 commit comments