def test_warns_if_no_figures(self): with patch('pathlib.Path.mkdir'), \ patch('matplotlib.pyplot.savefig'): with pytest.warns(UserWarning): self.f()