[issue20551] Use specific asserts in decimal tests

2015-07-27 Thread Stefan Krah
Stefan Krah added the comment: Closing, since I'm -0 and usually Raymond is against these kinds of changes (Raymond: please correct me if I'm wrong). -- resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue20551] Use specific asserts in decimal tests

2014-02-08 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue20551] Use specific asserts in decimal tests

2014-02-07 Thread Stefan Krah
Stefan Krah added the comment: I must say that I'm moderately against these kinds of changes since the benefit is small. The original reason for keeping the older forms of assert* was to keep the diffs between 2.5-3.x manageable. Perhaps that reason is gone now, but still: If anything changes, I

[issue20551] Use specific asserts in decimal tests

2014-02-07 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The proposed patch makes the decimal module tests use more specific asserts. This will provide more useful failure report. -- components: Tests files: test_decimal_asserts.patch keywords: easy, patch messages: 210548 nosy: facundobatista, mark.dicki