Skip to content

Commit ada8671

Browse files
Apply suggestions from code review
Co-authored-by: Bill Little <[email protected]>
1 parent 6502f21 commit ada8671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/subtests/README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Testing ``pytest-mpl`` using the ``tests/subtests``
22
**************************************************
33

44
``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
66
``pytest-mpl`` arguments.
77
After each test, it compares the outputted JSON summary to a "baseline" JSON summary for that specific combination of arguments (``summaries/*.json``).
88

@@ -32,7 +32,7 @@ Full details on how the baselines are modified for each case are given below:
3232

3333
**Image comparison status flags:**
3434

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.
3636

3737
:``idiff``: Image comparison must fail, so baseline image is edited to include a red cross such that the RMS is greater than the tolerance.
3838

0 commit comments

Comments
 (0)