do configure hooks here, too

This commit is contained in:
Benjamin Peterson 2011-05-26 18:37:04 -05:00
parent 96521ada68
commit 411e9b136b
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ class TmpTestdir:
return res
def getpathnode(self, path):
config = self.parseconfig(path)
config = self.parseconfigure(path)
session = Session(config)
x = session.fspath.bestrelpath(path)
config.hook.pytest_sessionstart(session=session)