[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:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user