[svn r63894] grand renaming on plugin-related mostly internal objects.

--HG--
branch : trunk
This commit is contained in:
hpk
2009-04-09 16:03:09 +02:00
parent 69aaef64de
commit 5d271b2bde
30 changed files with 206 additions and 210 deletions

View File

@@ -443,7 +443,7 @@ class Directory(FSCollector):
def consider_dir(self, path, usefilters=None):
if usefilters is not None:
APIWARN("0.99", "usefilters argument not needed")
res = self.config.pytestplugins.call_firstresult(
res = self.config.pluginmanager.call_firstresult(
'pytest_collect_recurse', path=path, parent=self)
if res is None or res:
return self.config.api.pytest_collect_directory(