[New-bugs-announce] [issue20640] Adds idle test for configHelpSourceEdit

Saimadhav Heblikar report at bugs.python.org
Sun Feb 16 16:08:45 CET 2014


New submission from Saimadhav Heblikar:

This patch adds tests for Idle's configHelpSourceEdit.py module.

There is however, a minor issue related to this patch,which is an attribute error occurring due to lines 108,115,128,139 on http://hg.python.org/cpython/file/eef7899ea7ab/Lib/idlelib/configHelpSourceEdit.py 
The error occurring is an attribute error,wherein 'entryMenu' and 'entryPath' attributes are not found. Clearly,the two attributes are created in CreateWidgets() defined on lines 52 and 57.
Other attributes defined in the same CreateWidgets() like menu and path dont raise any attribute error.

I have asked the same in irc,where i was advised to post this patch with the issue mentioned.

Bear with me,i have tried a lot to overcome this issue,but no avail.Please let me know how to fix this.

The test other than this issue,should integrate well.

----------
components: IDLE, Tests
files: idle-test-config-help-source.patch
keywords: patch
messages: 211319
nosy: sahutd, serhiy.storchaka, taleinat, terry.reedy
priority: normal
severity: normal
status: open
title: Adds idle test for configHelpSourceEdit
versions: Python 3.4
Added file: http://bugs.python.org/file34101/idle-test-config-help-source.patch

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


More information about the New-bugs-announce mailing list