From a7199fa8ab0d90dccd2496f122d5f438af961448 Mon Sep 17 00:00:00 2001 From: Tom Dalton Date: Mon, 23 Oct 2017 16:59:56 +0100 Subject: [PATCH] Docstring typo --- _pytest/fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pytest/fixtures.py b/_pytest/fixtures.py index c62e9185a..9b2abc94f 100644 --- a/_pytest/fixtures.py +++ b/_pytest/fixtures.py @@ -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)