[New-bugs-announce] [issue18189] IDLE Improvements: Unit test for Delegator.py

R. Jayakrishnan report at bugs.python.org
Tue Jun 11 13:30:19 CEST 2013


New submission from R. Jayakrishnan:

Continuing the IDLE unittest framework initiated in http://bugs.python.org/issue15392.

A small unit test for IDLE Delegator.py module. This patch introduces a test module named test_delegator.py inside Lib/idlelib/idle_test, considering the points README file in idle_test. The test method test_setdelegate() simply passes a text widget to Delegator by calling setdelegate(), and test the widget returned by getdelegate() for the same.

----------
components: IDLE
files: test_delegator.patch
keywords: patch
messages: 190960
nosy: JayKrish
priority: normal
severity: normal
status: open
title: IDLE Improvements: Unit test for Delegator.py
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file30544/test_delegator.patch

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


More information about the New-bugs-announce mailing list