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.
2 parents bafd3d0 + be9183e commit 1e3df0eCopy full SHA for 1e3df0e
CHANGES.md
@@ -3,6 +3,8 @@
3
4
- Improve error message if image shapes don't match. [#79]
5
6
+- Properly register mpl_image_compare marker with pytest. [#83]
7
+
8
0.10 (2018-09-25)
9
-----------------
10
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