We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ebdc9 commit b9c31a0Copy full SHA for b9c31a0
CONTRIBUTING.md
@@ -369,8 +369,8 @@ or run tests which contain names that match a specific keyword expression:
369
Writing an image-based test is only slightly more difficult than a simple test.
370
The main consideration is that you must specify the "baseline" or reference
371
image, and compare it with a "generated" or test image. This is handled using
372
-the *decorator* functions `@check_figures_equal` and
373
-`@pytest.mark.mpl_image_compare` whose usage are further described below.
+the *decorator* functions `@pytest.mark.mpl_image_compare` and `@check_figures_equal`
+whose usage are further described below.
374
375
#### Using mpl_image_compare
376
0 commit comments