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 903c17a commit 248ac04Copy full SHA for 248ac04
tests/conftest.py
@@ -43,3 +43,10 @@ def pytest_runtest_setup(item):
43
"--with_crashpad_wer"
44
):
45
pytest.skip("need --with_crashpad_wer to run this test")
46
+
47
48
+def pytest_configure(config):
49
+ config.addinivalue_line(
50
+ "markers",
51
+ "with_crashpad_wer: mark test to only run when WER testing is enabled",
52
+ )
0 commit comments