[issue19605] Use specific asserts in datetime tests

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

[issue19605] Use specific asserts in datetime tests

2013-11-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset bc67e8d39164 by Serhiy Storchaka in branch '3.3': Issue #19605: Use specific asserts in datetime tests http://hg.python.org/cpython/rev/bc67e8d39164 New changeset 0b7a519cb58f by Serhiy Storchaka in branch 'default': Issue #19605: Use specific asser

[issue19605] Use specific asserts in datetime tests

2013-11-16 Thread Ezio Melotti
Ezio Melotti added the comment: LGTM (I left a comment on rietveld). -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-lis

[issue19605] Use specific asserts in datetime tests

2013-11-15 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The proposed patch makes the datetime module tests use more specific asserts. This will provide more useful failure report. -- components: Tests files: test_datetime_asserts.patch keywords: patch messages: 202930 nosy: belopolsky, serhiy.storchaka p