[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",
|
||||
choices=["no", "yes"],
|
||||
default="yes",
|
||||
help="Whether to fold skipped tests in short summary or not. "
|
||||
"Default: yes.",
|
||||
help="Whether to fold skipped tests in short summary or not. " "Default: yes.",
|
||||
)
|
||||
group._addoption(
|
||||
"-q",
|
||||
|
|
Loading…
Reference in New Issue