[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
59c925caae
commit
c980d64c67
|
@ -160,8 +160,7 @@ def pytest_addoption(parser: Parser) -> None:
|
||||||
dest="foldskipped",
|
dest="foldskipped",
|
||||||
choices=["no", "yes"],
|
choices=["no", "yes"],
|
||||||
default="yes",
|
default="yes",
|
||||||
help="Whether to fold skipped tests in short summary or not. "
|
help="Whether to fold skipped tests in short summary or not. " "Default: yes.",
|
||||||
"Default: yes.",
|
|
||||||
)
|
)
|
||||||
group._addoption(
|
group._addoption(
|
||||||
"-q",
|
"-q",
|
||||||
|
|
Loading…
Reference in New Issue