do configure hooks here, too
This commit is contained in:
parent
96521ada68
commit
411e9b136b
|
@ -298,7 +298,7 @@ class TmpTestdir:
|
||||||
return res
|
return res
|
||||||
|
|
||||||
def getpathnode(self, path):
|
def getpathnode(self, path):
|
||||||
config = self.parseconfig(path)
|
config = self.parseconfigure(path)
|
||||||
session = Session(config)
|
session = Session(config)
|
||||||
x = session.fspath.bestrelpath(path)
|
x = session.fspath.bestrelpath(path)
|
||||||
config.hook.pytest_sessionstart(session=session)
|
config.hook.pytest_sessionstart(session=session)
|
||||||
|
|
Loading…
Reference in New Issue