summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2013-06-17 21:18:58 -0400
committerJulian Berman <Julian@GrayVines.com>2013-06-17 21:18:58 -0400
commit766c02b725b372a04783c4082463106cb0b354dd (patch)
tree898deb7c1fdd5f5092066c3700b570b80f4c6604
parent86dba639a6f948a82374e12970ac47984e419f00 (diff)
downloadjsonschema-766c02b725b372a04783c4082463106cb0b354dd.tar.gz
Show skipped format checkers.
-rw-r--r--jsonschema/tests/test_jsonschema_test_suite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonschema/tests/test_jsonschema_test_suite.py b/jsonschema/tests/test_jsonschema_test_suite.py
index 5b7ebac..b2bf182 100644
--- a/jsonschema/tests/test_jsonschema_test_suite.py
+++ b/jsonschema/tests/test_jsonschema_test_suite.py
@@ -145,7 +145,7 @@ def missing_format(checker):
pypy_version_info is not None and
pypy_version_info[:2] <= (1, 9)
):
- return "Format checker not found."
+ return "Format checker {0!r} not found.".format(format)
return missing_format