[issue35668] Improve test coverage for idlelib

anthony shaw report at bugs.python.org
Sat Jan 5 21:24:09 EST 2019


anthony shaw <anthony.p.shaw at gmail.com> added the comment:

I was looking at the debugger.py module as being a good place the start, writing test cases for the Idb, Debugger, StackViewer and NamespaceViewer by patching out the dependant components (bdb, Idb, etc.

I might start there, raise a PR against it and do a module at a time, then work my way up to some of the trickier, tkinter-based modules.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35668>
_______________________________________


More information about the Python-bugs-list mailing list