V3 draft of resource api

This commit is contained in:
holger krekel
2012-07-16 11:11:26 +02:00
parent 38b18c44e9
commit 4766497515
7 changed files with 435 additions and 373 deletions
+1 -1
View File
@@ -610,6 +610,7 @@ class Session(FSCollector):
yield x
node.ihook.pytest_collectreport(report=rep)
# XXX not used yet
def register_resource_factory(self, name, factoryfunc,
matchscope=None,
cachescope=None):
@@ -634,4 +635,3 @@ class Session(FSCollector):