Replace a few outdated references to py.test with pytest

This commit is contained in:
Ran Benita
2019-10-26 16:00:04 +03:00
parent 2fc1f7b8dc
commit 96de232791
3 changed files with 7 additions and 7 deletions

View File

@@ -1148,7 +1148,7 @@ def test_dont_collect_non_function_callable(testdir):
"""Test for issue https://github.com/pytest-dev/pytest/issues/331
In this case an INTERNALERROR occurred trying to report the failure of
a test like this one because py test failed to get the source lines.
a test like this one because pytest failed to get the source lines.
"""
testdir.makepyfile(
"""