Docstring typo

This commit is contained in:
Tom Dalton 2017-10-23 16:59:56 +01:00
parent d714c196a5
commit a7199fa8ab
1 changed files with 1 additions and 1 deletions

View File

@ -1143,7 +1143,7 @@ class FixtureManager:
Return values are lists e.g.
['']
['testing', 'code']
['testing', 'code', test_excinfo.py']
['testing', 'code', 'test_excinfo.py']
['testing', 'code', 'test_excinfo.py', 'TestFormattedExcinfo', '()']
"""
parts = nodeid.split(py.path.local.sep)