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.
1 parent 8eec42f commit 189fe3bCopy full SHA for 189fe3b
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