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
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