Message 392146 - Python tracker
I scanned the file and I think this was the only test where this was missing. test_pdb_continue_in_bottomframe doesn't have a reset, but it doesn't expect a specific breakpoint number, it does: Breakpoint ... at <doctest test So with this patch I think the tests shouldn't interfere with each other anymore.