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 3a22789 commit 76a560dCopy full SHA for 76a560d
setup.cfg
@@ -42,6 +42,11 @@ test =
42
43
[tool:pytest]
44
testpaths = "tests"
45
+markers =
46
+ image: run test during image comparison only mode.
47
+ hash: run test during hash comparison only mode.
48
+filterwarnings =
49
+ error
50
51
[flake8]
52
max-line-length = 100
tox.ini
@@ -51,8 +51,3 @@ description = check code style, e.g. with flake8
deps = pre-commit
commands =
53
pre-commit run --all-files
54
-
55
-[pytest]
56
-markers =
57
- image: run test during image comparison only mode.
58
- hash: run test during hash comparison only mode.
0 commit comments