We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d4fc4 commit 571fd0bCopy full SHA for 571fd0b
lib/matplotlib/testing/conftest.py
@@ -53,6 +53,8 @@ def mpl_test_settings(request):
53
if backend is not None:
54
plt.switch_backend(prev_backend)
55
56
+ assert matplotlib.get_backend() == 'agg'
57
+
58
59
@pytest.fixture
60
def mpl_image_comparison_parameters(request, extension):
0 commit comments