We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00adb4e + 189fe3b commit 910d5dfCopy full SHA for 910d5df
src/_pytest/nodes.py
@@ -49,7 +49,7 @@ def _splitnode(nodeid):
49
[]
50
['testing', 'code']
51
['testing', 'code', 'test_excinfo.py']
52
- ['testing', 'code', 'test_excinfo.py', 'TestFormattedExcinfo', '()']
+ ['testing', 'code', 'test_excinfo.py', 'TestFormattedExcinfo']
53
"""
54
if nodeid == "":
55
# If there is no root node at all, return an empty list so the caller's logic can remain sane
0 commit comments