You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``pytest-mpl`` can output JSON summaries (``--mpl-generate-summary=json``) which contain lots of machine readable information relating to the internal state of the plugin while it was run.
5
-
This test module (``test_subtest.py``) runs the test file ``subtest.py`` multiple times with different combinations of z
5
+
This test module (``test_subtest.py``) runs the test file ``subtest.py`` multiple times with different combinations of
6
6
``pytest-mpl`` arguments.
7
7
After each test, it compares the outputted JSON summary to a "baseline" JSON summary for that specific combination of arguments (``summaries/*.json``).
8
8
@@ -32,7 +32,7 @@ Full details on how the baselines are modified for each case are given below:
32
32
33
33
**Image comparison status flags:**
34
34
35
-
:``imatch``: Image comparison must pass, so correct image in included in the baseline directory.
35
+
:``imatch``: Image comparison must pass, so correct image is included in the baseline directory.
36
36
37
37
:``idiff``: Image comparison must fail, so baseline image is edited to include a red cross such that the RMS is greater than the tolerance.
0 commit comments