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 ad55758 commit 55f4e2aCopy full SHA for 55f4e2a
lib/matplotlib/tests/test_style.py
@@ -205,3 +205,5 @@ def test_style_from_module(tmp_path, monkeypatch):
205
assert mpl.rcParams["lines.linewidth"] == 42
206
mpl.style.use("mpl_test_style_pkg.mplstyle")
207
assert mpl.rcParams["lines.linewidth"] == 84
208
+ mpl.style.use("./mpl_test_style_pkg.mplstyle")
209
+ assert mpl.rcParams["lines.linewidth"] == 84
0 commit comments