Docstring typo
This commit is contained in:
parent
d714c196a5
commit
a7199fa8ab
|
@ -1143,7 +1143,7 @@ class FixtureManager:
|
||||||
Return values are lists e.g.
|
Return values are lists e.g.
|
||||||
['']
|
['']
|
||||||
['testing', 'code']
|
['testing', 'code']
|
||||||
['testing', 'code', test_excinfo.py']
|
['testing', 'code', 'test_excinfo.py']
|
||||||
['testing', 'code', 'test_excinfo.py', 'TestFormattedExcinfo', '()']
|
['testing', 'code', 'test_excinfo.py', 'TestFormattedExcinfo', '()']
|
||||||
"""
|
"""
|
||||||
parts = nodeid.split(py.path.local.sep)
|
parts = nodeid.split(py.path.local.sep)
|
||||||
|
|
Loading…
Reference in New Issue