8000 tests: failing test for local style import with ./ in name added. · matplotlib/matplotlib@55f4e2a · GitHub
[go: up one dir, main page]

Skip to content

Commit 55f4e2a

Browse files
committed
tests: failing test for local style import with ./ in name added.
1 parent ad55758 commit 55f4e2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/tests/test_style.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,5 @@ def test_style_from_module(tmp_path, monkeypatch):
205205
assert mpl.rcParams["lines.linewidth"] == 42
206206
mpl.style.use("mpl_test_style_pkg.mplstyle")
207207
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

Comments
 (0)
0