move standalone script to become a plugin offering "--genscript",

adjust paths accordingly and add CHANGELOG entry.

--HG--
branch : trunk
This commit is contained in:
holger krekel
2009-12-30 19:10:49 +01:00
parent 1103f2ad62
commit fa0c7b18bf
7 changed files with 71 additions and 54 deletions

View File

@@ -8,7 +8,7 @@ from py.impl.test.outcome import Skipped
default_plugins = (
"default runner capture terminal mark skipping tmpdir monkeypatch "
"recwarn pdb pastebin unittest helpconfig nose assertion").split()
"recwarn pdb pastebin unittest helpconfig nose assertion genscript").split()
def check_old_use(mod, modname):
clsname = modname[len('pytest_'):].capitalize() + "Plugin"