[svn r62994] introducing internal MultiGateway class

--HG--
branch : trunk
This commit is contained in:
hpk
2009-03-17 12:53:09 +01:00
parent 7ed26c2929
commit 8a8ae5fe5d
5 changed files with 43 additions and 34 deletions

View File

@@ -36,7 +36,7 @@ class TmpTestdir:
def __init__(self, pyfuncitem):
self.pyfuncitem = pyfuncitem
# XXX remove duplication with tmpdir plugin
basetmp = py.test.ensuretemp("testdir")
basetmp = pyfuncitem._config.ensuretemp("testdir")
name = pyfuncitem.name
for i in range(100):
try: