Merge pull request #4129 from nicoddemus/merge-master-into-features

Merge master into features (prepare for 3.9)
This commit is contained in:
Bruno Oliveira
2018-10-13 12:05:54 -03:00
committed by GitHub
20 changed files with 47 additions and 51 deletions

View File

@@ -99,7 +99,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(