Thanks to visit codestin.com Credit goes to github.com
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.
2 parents bf76ecb + 8ba9ac0 commit 641b37aCopy full SHA for 641b37a
1 file changed
lib/matplotlib/tests/test_mathtext.py
@@ -206,7 +206,6 @@ def test_mathtext_exceptions():
206
parser.parse(math)
207
except ValueError as e:
208
exc = str(e).split('\n')
209
- print(e)
210
assert exc[3].startswith(msg)
211
else:
212
assert False, "Expected '%s', but didn't get it" % msg
0 commit comments