summaryrefslogtreecommitdiff
path: root/testing/test_helpconfig.py
diff options
context:
space:
mode:
authorJurko Gospodnetić <jurko.gospodnetic@pke.hr>2014-01-18 12:31:33 +0100
committerJurko Gospodnetić <jurko.gospodnetic@pke.hr>2014-01-18 12:31:33 +0100
commit9fb2079458d39921913d3c8975f1ccc9ad914d88 (patch)
tree7f5284ec6c5856c5a3fb46708cfbed3d523641a2 /testing/test_helpconfig.py
parent83620ced2e847c0de721b0e78092bcd0677c9c4e (diff)
downloadpytest-9fb2079458d39921913d3c8975f1ccc9ad914d88.tar.gz
replace py.test module references with pytest
The only remaining 'py.test' references are: * those referring to the 'py.test' executable * those in code explicitly testing py.test/pytest module compatibility * those in old CHANGES documentation * those in documentation generated based on external data * those in seemingly unfinished & unmaintained Japanese documentation Minor stylistic changes and typo corrections made to documentation next to several applied py.test --> pytest content changes.
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 c37d3d1f2..df78ccecc 100644
--- a/testing/test_helpconfig.py
+++ b/testing/test_helpconfig.py
@@ -6,7 +6,7 @@ def test_version(testdir, pytestconfig):
assert result.ret == 0
#p = py.path.local(py.__file__).dirpath()
result.stderr.fnmatch_lines([
- '*py.test*%s*imported from*' % (pytest.__version__, )
+ '*pytest*%s*imported from*' % (pytest.__version__, )
])
if pytestconfig.pluginmanager._plugin_distinfo:
result.stderr.fnmatch_lines([