New submission from Al Sweigart: As part of trying to understand the IDLE codebase, I'm taking a look at IDLE's unit tests.
-Added more specific messages when test_delegator.py's assertions fail. -Added detail to the comments. -Added an explicit test of the resetcache() method (which before was only tested as far as it was called when setdelegate() was called). I've rerun the unit test on the existing source code and it passes. ---------- components: Tests files: test_delegator.patch keywords: patch messages: 241284 nosy: Al.Sweigart priority: normal severity: normal status: open title: Enhancing IDLE's test_delegator.py unit test type: enhancement versions: Python 3.5 Added file: http://bugs.python.org/file39078/test_delegator.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue23977> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com