Skip to content

Commit 7e9888a

Browse files
committed
display validation summary on test failure
1 parent 2ef774f commit 7e9888a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_bioimageio_collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def test_rdf(
107107

108108
descr = load_description_and_test(descr_url, sha256=sha, stop_early=True)
109109

110-
assert not isinstance(descr, InvalidDescr)
110+
assert not isinstance(descr, InvalidDescr), descr.validation_summary.display()
111111
assert (
112112
descr.validation_summary.status == "passed"
113113
), descr.validation_summary.display()

0 commit comments

Comments
 (0)