[issue21939] IDLE - Test Percolator

2016-05-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: Tal, thanks for the suggestions. Saimadhav added tests for at least some of them. Part of the difficulty in adding IDLE tests is that it is too easy to write tests to the code instead of the use of the code. This is especially true when side-effects (changi

[issue21939] IDLE - Test Percolator

2016-05-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset eebccf05903e by Terry Jan Reedy in branch '3.5': Issue #21939: Test IDLE percolator. Original patch by Saimadhav Heblikar. https://hg.python.org/cpython/rev/eebccf05903e -- nosy: +python-dev ___ Python t

[issue21939] IDLE - Test Percolator

2014-07-17 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar : Added file: http://bugs.python.org/file35982/test_percolator-34-v2.diff ___ Python tracker ___ ___ Python-bugs

[issue21939] IDLE - Test Percolator

2014-07-11 Thread Tal Einat
Tal Einat added the comment: I've reviewed the patch and made my remarks in the review tool. These tests don't test the central functionality of Percolator nearly enough. We should test, at least: 1) That the text actually went through the filter (and not directly to the Text widget). 2) That

[issue21939] IDLE - Test Percolator

2014-07-08 Thread Saimadhav Heblikar
New submission from Saimadhav Heblikar: Attached is a unittest for idlelib.Percolator. 2.7 version will be added once this is OK. -- components: IDLE files: test_percolator-34.diff keywords: patch messages: 222561 nosy: jesstess, sahutd, taleinat, terry.reedy priority: normal severity: n