[issue21676] IDLE - Test Replace Dialog

Saimadhav Heblikar report at bugs.python.org
Fri Jun 6 08:36:35 CEST 2014


New submission from Saimadhav Heblikar:

Add unittest for idlelib's replace dialog.
7 lines related to replacedialog logic could not be tested. Any input on how to test those lines?

Running the test suite for idlelib emits:
"ttk::ThemeChanged"
invalid command name "3069198412callit"
    while executing
"3069198412callit"
    ("after" script)
invalid command name "3051229868callit"
    while executing
"3051229868callit"
    ("after" script), 

though the tests pass. 


If this is fine, will post a 2.7 backport.

----------
components: IDLE
files: test-replace-34.diff
keywords: patch
messages: 219863
nosy: jesstess, sahutd, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE - Test Replace Dialog
versions: Python 2.7, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file35493/test-replace-34.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21676>
_______________________________________


More information about the Python-bugs-list mailing list