We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3d329 commit 8accfd1Copy full SHA for 8accfd1
1 file changed
dabest/pytest.ini
@@ -3,4 +3,7 @@ filterwarnings =
3
ignore::UserWarning
4
ignore::DeprecationWarning
5
6
-addopts = --mpl --mpl-baseline-path=dabest/tests/baseline_images
+addopts = --mpl --mpl-baseline-path=dabest/tests/baseline_images
7
+
8
+markers =
9
+ mpl_image_compare: mark a test as implementing mpl image comparison.
0 commit comments