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 22095f3 commit 34ddba1Copy full SHA for 34ddba1
pytest_arraydiff/plugin.py
@@ -164,7 +164,9 @@ def pytest_addoption(parser):
164
165
166
def pytest_configure(config):
167
-
+ config.getini('markers').append(
168
+ 'array_compare: for functions using array comparison')
169
+
170
if config.getoption("--arraydiff") or config.getoption("--arraydiff-generate-path") is not None:
171
172
reference_dir = config.getoption("--arraydiff-reference-path")
0 commit comments