summaryrefslogtreecommitdiff
path: root/testing/test_helpconfig.py
diff options
context:
space:
mode:
authorDave Hunt <dave.hunt@gmail.com>2016-06-21 16:16:57 +0200
committerDave Hunt <dave.hunt@gmail.com>2016-06-21 16:16:57 +0200
commitef9dd1496384cb703bf31a0788ea77bc4184faac (patch)
tree27b6f9583fd61900c88b6d4446a01dd5389834bc /testing/test_helpconfig.py
parent54872e94b4f3437cb0052a83970133722e79eadd (diff)
downloadpytest-ef9dd1496384cb703bf31a0788ea77bc4184faac.tar.gz
Introduce pytest command as recommended entry point
Fixes #1629
Diffstat (limited to 'testing/test_helpconfig.py')
-rw-r--r--testing/test_helpconfig.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/test_helpconfig.py b/testing/test_helpconfig.py
index 9f8d87b7c..fc3c8fdf6 100644
--- a/testing/test_helpconfig.py
+++ b/testing/test_helpconfig.py
@@ -21,8 +21,8 @@ def test_help(testdir):
*-v*verbose*
*setup.cfg*
*minversion*
- *to see*markers*py.test --markers*
- *to see*fixtures*py.test --fixtures*
+ *to see*markers*pytest --markers*
+ *to see*fixtures*pytest --fixtures*
""")
def test_hookvalidation_unknown(testdir):