From 7cf8afef477176df4b4853daa735d9db8d45cc6c Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 26 May 2011 18:10:49 -0500 Subject: [PATCH] cause configure hooks to be called --- testing/test_collection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_collection.py b/testing/test_collection.py index 5b60841a1..1b6b3bded 100644 --- a/testing/test_collection.py +++ b/testing/test_collection.py @@ -313,7 +313,7 @@ class TestSession: def test_collect_topdir(self, testdir): p = testdir.makepyfile("def test_func(): pass") id = "::".join([p.basename, "test_func"]) - config = testdir.parseconfig(id) + config = testdir.parseconfigure(id) topdir = testdir.tmpdir rcol = Session(config) assert topdir == rcol.fspath