Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 224 Bytes

11801.improvement.rst

File metadata and controls

2 lines (2 loc) · 224 Bytes

Added the iter_parents() <_pytest.nodes.Node.iter_parents> helper method on nodes. It is similar to listchain <_pytest.nodes.Node.listchain>, but goes from bottom to top, and returns an iterator, not a list.