the issue is resolved in pytest group: Ronny : so am i asuming it correct that you want python to print line numbers
and statements as it executes your code, since py.test tests executing
are just python code running
you can do that by implementing a own trace function (sys.settrace) and
hooking into pytest_runtest_call for example – user2106796Feb 26 at 6:50