rename pytest_ignore_collect_path to pytest_ignore_collect before release

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-05-02 15:24:02 +02:00
parent 3efb8028fb
commit 45e10f4c48
6 changed files with 9 additions and 9 deletions

View File

@@ -297,7 +297,7 @@ class Directory(FSCollector):
return l
def consider(self, path):
if self.ihook.pytest_ignore_collect_path(path=path, config=self.config):
if self.ihook.pytest_ignore_collect(path=path, config=self.config):
return
if path.check(file=1):
res = self.consider_file(path)