Setting breakpoint() in pytest breaks within called functions rather than test function itself
When I set a breakpoint in my pytest test functions, it seems to be debugging within the functions called by test rather than the test itself:
When I set a breakpoint in my pytest test functions, it seems to be debugging within the functions called by test rather than the test itself: