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 bafd3d0 commit 455f167Copy full SHA for 455f167
pytest_mpl/plugin.py
@@ -104,6 +104,8 @@ def pytest_addoption(parser):
104
105
def pytest_configure(config):
106
107
+ config.addinivalue_line('markers', "mpl_image_compare: Compares matplotlib figures against a baseline image")
108
+
109
if config.getoption("--mpl") or config.getoption("--mpl-generate-path") is not None:
110
111
baseline_dir = config.getoption("--mpl-baseline-path")
0 commit comments