[issue19594] Use specific asserts in unittest tests

2013-11-16 Thread Ezio Melotti
Changes by Ezio Melotti : -- assignee: -> serhiy.storchaka resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___

[issue19594] Use specific asserts in unittest tests

2013-11-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset f32353baecc3 by Serhiy Storchaka in branch '3.3': Issue #19594: Use specific asserts in unittest tests. http://hg.python.org/cpython/rev/f32353baecc3 New changeset aacb0bd969e5 by Serhiy Storchaka in branch 'default': Issue #19594: Use specific asse

[issue19594] Use specific asserts in unittest tests

2013-11-16 Thread Ezio Melotti
Ezio Melotti added the comment: LGTM. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.or

[issue19594] Use specific asserts in unittest tests

2013-11-14 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The proposed patch makes the unittest package tests use more specific asserts. This will provide more useful failure report. -- components: Tests files: test_unittest_asserts.patch keywords: patch messages: 202886 nosy: ezio.melotti, michael.foord,