◐ Shell
clean mode source ↗

Issue 20551: Use specific asserts in decimal tests

Issue20551

Created on 2014-02-07 20:27 by serhiy.storchaka, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_decimal_asserts.patch serhiy.storchaka, 2014-02-07 20:27 review
Messages (3)
msg210548 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-02-07 20:27
The proposed patch makes the decimal module tests use more specific asserts. This will provide more useful failure report.
msg210552 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2014-02-07 20:45
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 must update my private test suite, perhaps deal with merge
conflicts etc...
msg247466 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2015-07-27 13:19
Closing, since I'm -0 and usually Raymond is against these kinds of
changes (Raymond: please correct me if I'm wrong).
History
Date User Action Args
2022-04-11 14:57:58adminsetgithub: 64750
2015-07-27 13:19:28skrahsetstatus: open -> closed
resolution: rejected
messages: + msg247466

stage: patch review -> resolved

2014-02-08 14:44:38serhiy.storchakasetassignee: skrah
2014-02-07 20:45:02skrahsetnosy: + skrah
messages: + msg210552
2014-02-07 20:30:27serhiy.storchakalinkissue16510 dependencies
2014-02-07 20:27:16serhiy.storchakacreate