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 Saimadhav.Heblikar
Recipients Saimadhav.Heblikar, jesstess, terry.reedy
Date 2014-06-06.06:36:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402036595.31.0.93623743551.issue21676@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-06-06 06:36:35Saimadhav.Heblikarsetrecipients: + Saimadhav.Heblikar, terry.reedy, jesstess
2014-06-06 06:36:35Saimadhav.Heblikarsetmessageid: <1402036595.31.0.93623743551.issue21676@psf.upfronthosting.co.za>
2014-06-06 06:36:35Saimadhav.Heblikarlinkissue21676 messages
2014-06-06 06:36:34Saimadhav.Heblikarcreate