[issue43960] test_pdb fails when only some tests are run

Irit Katriel report at bugs.python.org
Tue Apr 27 18:57:51 EDT 2021


Irit Katriel <iritkatriel at yahoo.com> 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 <report at bugs.python.org>
<https://bugs.python.org/issue43960>
_______________________________________


More information about the Python-bugs-list mailing list