[svn r63461] a few fixes, now figleaf writes files correctly.

also changed figleaf plugin to include only
the files of the current working dir.

--HG--
branch : trunk
This commit is contained in:
hpk
2009-03-31 19:58:02 +02:00
parent cc0a984ffb
commit 371a6b9de9
6 changed files with 23 additions and 18 deletions

View File

@@ -2,7 +2,8 @@ import py
class DoctestPlugin:
def pytest_addoption(self, parser):
parser.addoption("--doctest-modules",
group = parser.addgroup("doctest options")
group.addoption("--doctest-modules",
action="store_true", default=False,
dest="doctestmodules")