With the output of `Currently in foo/test_bar.py:171: test_a` the real line is 172. IIRC this is because `item.location` is zero-based in pytest.
With the output of
Currently in foo/test_bar.py:171: test_athe real line is 172.IIRC this is because
item.locationis zero-based in pytest.