[issue20550] Use specific asserts in collections tests

2017-03-23 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +694 ___ Python tracker ___ ___

[issue20550] Use specific asserts in collections tests

2014-04-02 Thread Raymond Hettinger
Raymond Hettinger added the comment: Sorry, I don't think this makes the tests any better as all. It is code churn for no benefit. In our own code, the more specific tests risk hiding important details behind the abstraction (losing knowledge of what is actually tested). For example, I

[issue20550] Use specific asserts in collections tests

2014-02-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Oh, sorry. Here is a patch. -- keywords: +patch Added file: http://bugs.python.org/file34076/collections_tests_asserts.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20550

[issue20550] Use specific asserts in collections tests

2014-02-13 Thread Raymond Hettinger
Raymond Hettinger added the comment: The patch is missing. -- assignee: - rhettinger ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20550 ___ ___

[issue20550] Use specific asserts in collections tests

2014-02-07 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The proposed patch makes collections tests use more specific asserts. This will provide more useful failure report. -- components: Tests keywords: easy messages: 210547 nosy: rhettinger, serhiy.storchaka priority: normal severity: normal stage: