We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5912e commit a67a3d7Copy full SHA for a67a3d7
1 file changed
IPython/testing/ipunittest.py
@@ -155,7 +155,7 @@ def test(self):
155
# failed should contain at most one item. More than that
156
# is a case we can't handle and should error out on
157
if len(failed) > 1:
158
- err = "Invalid number of test results:" % failed
+ err = "Invalid number of test results: %s" % failed
159
raise ValueError(err)
160
# Report a normal failure.
161
self.fail('failed doctests: %s' % str(failed[0]))
0 commit comments