This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author anthony shaw
Recipients anthony shaw, cheryl.sabella, taleinat, terry.reedy
Date 2019-01-06.02:24:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546741449.93.0.73991580059.issue35668@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-01-06 02:24:11anthony shawsetrecipients: + anthony shaw, terry.reedy, taleinat, cheryl.sabella
2019-01-06 02:24:09anthony shawsetmessageid: <1546741449.93.0.73991580059.issue35668@roundup.psfhosted.org>
2019-01-06 02:24:09anthony shawlinkissue35668 messages
2019-01-06 02:24:09anthony shawcreate