introduce new --testpkg importpath option, add more meat to draft release announcement
This commit is contained in:
@@ -9,8 +9,8 @@ cutdir = py.path.local(pytest.__file__).dirpath()
|
||||
|
||||
|
||||
def pytest_addoption(parser):
|
||||
group = parser.getgroup("terminal reporting")
|
||||
group._addoption('--funcargs',
|
||||
group = parser.getgroup("general")
|
||||
group.addoption('--funcargs',
|
||||
action="store_true", dest="showfuncargs", default=False,
|
||||
help="show available function arguments, sorted by plugin")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user