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 8fd741f commit 4067193Copy full SHA for 4067193
changelog/13879.doc.rst
@@ -0,0 +1,9 @@
1
+Clarified `pytest/Config.getoption` docstring to make the exceptional behavior of `default` with `skip=True` explicit.
2
+
3
+The previous docstring implied:
4
5
+- The `default` parameter is ignored when the option is declared.
6
7
+But actual behavior is:
8
9
+- The `default` is **not ignored** even if the option is declared, when `skip=True` and the option has `None` value.
0 commit comments