summaryrefslogtreecommitdiff
path: root/testing/test_collection.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-05-26 18:10:49 -0500
committerBenjamin Peterson <benjamin@python.org>2011-05-26 18:10:49 -0500
commit7cf8afef477176df4b4853daa735d9db8d45cc6c (patch)
tree4ade1e9078a3f6dcf851a1f05b556b238ca94cff /testing/test_collection.py
parent657522b629f6e07fdce9b85544f73ccabcd08ea3 (diff)
downloadpytest-7cf8afef477176df4b4853daa735d9db8d45cc6c.tar.gz
cause configure hooks to be called
Diffstat (limited to 'testing/test_collection.py')
-rw-r--r--testing/test_collection.py2
1 files changed, 1 insertions, 1 deletions
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