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.
1 parent 5092a8d commit ff0cf3aCopy full SHA for ff0cf3a
1 file changed
lib/matplotlib/tests/test_mathtext.py
@@ -395,4 +395,4 @@ def test_mathtext_cmr10_minus_sign():
395
ax.plot(range(-1, 1), range(-1, 1))
396
with pytest.warns(None) as record:
397
fig.canvas.draw()
398
- assert len(record) == 0
+ assert len(record) == 0, "\n".join(str(e.message) for e in record)
0 commit comments