enable doctest plugin by default, add a --doctest-glob option and some documentation, regen plugin docs.

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-01-02 23:30:46 +01:00
parent 56a936993c
commit eebeb1b257
8 changed files with 66 additions and 28 deletions

View File

@@ -9,7 +9,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 genscript "
"logxml figleaf").split()
"logxml figleaf doctest").split()
def check_old_use(mod, modname):
clsname = modname[len('pytest_'):].capitalize() + "Plugin"