fix typos in the resolution of #5125

This commit is contained in:
Ronny Pfannschmidt
2019-06-17 20:35:23 +02:00
parent b38a4e8e11
commit 0627d92df2
3 changed files with 4 additions and 4 deletions

View File

@@ -711,7 +711,7 @@ class Testdir:
return res
def genitems(self, colitems):
"""Generate all test items from a collection node.src/_pytest/main.py
"""Generate all test items from a collection node.
This recurses into the collection node and returns a list of all the
test items contained within.