[svn r37427] Kill the last occurencies of pkgdir

--HG--
branch : trunk
This commit is contained in:
fijal
2007-01-27 14:01:58 +01:00
parent 9539e49743
commit 6c428bafbf
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ class TestLSession(object):
all = str(tmpdir)
config = py.test.config._reparse(all.split(" "))
lsession = LSession(config)
assert lsession.init_runner(pkgdir) is opt_mapping[opt]
assert lsession.init_runner() is opt_mapping[opt]
#tmpdir.dirpath().ensure("conftest.py").write(py.code.Source("""
#dist_boxing=True
#"""))