File: 0003-Add-mpl_image_compare-to-markers.patch

package info (click to toggle)
pytest-mpl 0.16.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,436 kB
  • sloc: python: 1,557; javascript: 179; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 509 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Last-Update: 2022-10-23
Subject: Add mpl_image_compare to markers
Forwarded: not-needed

---
 setup.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.cfg b/setup.cfg
index b952567..681aee4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -43,6 +43,7 @@ test =
 [tool:pytest]
 testpaths = "tests"
 markers = 
+	mpl_image_compare
 	image: run test during image comparison only mode.
 	hash: run test during hash comparison only mode.
 filterwarnings =