summaryrefslogtreecommitdiff
path: root/testing/test_helpconfig.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2012-10-05 14:24:44 +0200
committerholger krekel <holger@merlinux.eu>2012-10-05 14:24:44 +0200
commitbb07ba78073cb738fe858a5fe8f09993dbd805d3 (patch)
treebe20276eb244883b7c35cbd2159ea6346751ed47 /testing/test_helpconfig.py
parent8282efbb4041705a0ef169a07cd08f95c8809dc3 (diff)
downloadpytest-bb07ba78073cb738fe858a5fe8f09993dbd805d3.tar.gz
rename a number of internal and externally visible variables to use the fixture name
rather than funcargs. Introduce .funcargnames compatibility attribute for backward compat.
Diffstat (limited to 'testing/test_helpconfig.py')
-rw-r--r--testing/test_helpconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_helpconfig.py b/testing/test_helpconfig.py
index d2e660366..04afb6e10 100644
--- a/testing/test_helpconfig.py
+++ b/testing/test_helpconfig.py
@@ -22,7 +22,7 @@ def test_help(testdir):
*setup.cfg*
*minversion*
*to see*markers*py.test --markers*
- *to see*funcargs*py.test --funcargs*
+ *to see*fixtures*py.test --fixtures*
""")
def test_collectattr():