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
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``).
0 commit comments