[svn r63894] grand renaming on plugin-related mostly internal objects.
--HG-- branch : trunk
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user