File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33About
44-----
55
6- This is a plugin to faciliate image comparison for
6+ This is a plugin to facilitate image comparison for
77`Matplotlib <http://www.matplotlib.org >`__ figures in pytest.
88
99Matplotlib includes a number of test utilities and decorators, but these
1010are geared towards the `nose <http://nose.readthedocs.org/ >`__ testing
1111framework. Pytest-mpl makes it easy to compare figures produced by tests
1212to reference images when using `pytest <http://pytest.org >`__.
1313
14- For each figure to test, the reference image is substracted from the
14+ For each figure to test, the reference image is subtracted from the
1515generated image, and the RMS of the residual is compared to a
1616user-specified tolerance. If the residual is too large, the test will
1717fail (this is implemented using helper functions from
You can’t perform that action at this time.
0 commit comments