8000 Added call to `_init_tests` in `pytest_configure` · matplotlib/matplotlib@4385f1f · GitHub
[go: up one dir, main page]

Skip to content

Commit 4385f1f

Browse files
committed
Added call to _init_tests in pytest_configure
1 parent 0a6af05 commit 4385f1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def pytest_addoption(parser):
6969

7070
def pytest_configure(config):
7171
matplotlib._called_from_pytest = True
72+
matplotlib._init_tests()
7273

7374

7475
def pytest_unconfigure(config):

0 commit comments

Comments
 (0)
0