cause configure hooks to be called

This commit is contained in:
Benjamin Peterson 2011-05-26 18:10:49 -05:00
parent 657522b629
commit 7cf8afef47
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ class TestSession:
def test_collect_topdir(self, testdir): def test_collect_topdir(self, testdir):
p = testdir.makepyfile("def test_func(): pass") p = testdir.makepyfile("def test_func(): pass")
id = "::".join([p.basename, "test_func"]) id = "::".join([p.basename, "test_func"])
config = testdir.parseconfig(id) config = testdir.parseconfigure(id)
topdir = testdir.tmpdir topdir = testdir.tmpdir
rcol = Session(config) rcol = Session(config)
assert topdir == rcol.fspath assert topdir == rcol.fspath