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

@@ -17,7 +17,7 @@ def pytest_addoption(parser):
help='set tracing file, default: ".figleaf".')
group.addoption('--fig-html', action='store', default='html',
dest='figleafhtml', metavar="dir",
help='set html reporting dir, default "html").')
help='set html reporting dir, default "html".')
def pytest_configure(config):
if config.getvalue("figleaf"):