[issue19602] Use specific asserts in tkinter tests

2013-11-17 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue19602] Use specific asserts in tkinter tests

2013-11-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9d1309e31491 by Serhiy Storchaka in branch '3.3': Issue #19602: Use specific asserts in tkinter tests. http://hg.python.org/cpython/rev/9d1309e31491 New changeset a3ed49cf7c70 by Serhiy Storchaka in branch 'default': Issue #19602: Use specific asser

[issue19602] Use specific asserts in tkinter tests

2013-11-16 Thread Ezio Melotti
Ezio Melotti added the comment: LGTM. -- nosy: +ezio.melotti stage: patch review -> commit review ___ Python tracker ___ ___ Python-bu

[issue19602] Use specific asserts in tkinter tests

2013-11-15 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The proposed patch makes the tkinter package tests use more specific asserts. This will provide more useful failure report. -- components: Tests, Tkinter files: test_tkinter_asserts.patch keywords: patch messages: 202924 nosy: serhiy.storchaka prior