Skip to content

Commit 766c02b

Browse files
committed
Show skipped format checkers.
1 parent 86dba63 commit 766c02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema/tests/test_jsonschema_test_suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def missing_format(case):
145145
pypy_version_info is not None and
146146
pypy_version_info[:2] <= (1, 9)
147147
):
148-
return "Format checker not found."
148+
return "Format checker {0!r} not found.".format(format)
149149
return missing_format
150150

151151

0 commit comments

Comments
 (0)