Irit Katriel <[email protected]> added the comment:
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. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue43960> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
