Fix #4093: multiple string literals on a line

This commit is contained in:
Niklas JQ
2018-10-10 19:28:31 +02:00
parent 4b164d947d
commit c14a23d4e4
15 changed files with 18 additions and 18 deletions

View File

@@ -131,7 +131,7 @@ def pytest_addoption(parser):
"python_functions",
type="args",
default=["test"],
help="prefixes or glob names for Python test function and " "method discovery",
help="prefixes or glob names for Python test function and method discovery",
)
group.addoption(