introduce new --testpkg importpath option, add more meat to draft release announcement

This commit is contained in:
holger krekel
2010-11-06 22:17:33 +01:00
parent 1a7f2e77e8
commit 707775dcfa
7 changed files with 204 additions and 54 deletions

View File

@@ -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")