Issue 20552: Use specific asserts in bytes tests
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_bytes_asserts.patch | serhiy.storchaka, 2014-02-07 20:27 | review | ||
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 790 | merged | serhiy.storchaka, 2017-03-23 17:07 | |
| Messages (6) | |||
|---|---|---|---|
| msg210549 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2014-02-07 20:27 | |
The proposed patch makes bytes tests use more specific asserts. This will provide more useful failure report. |
|||
| msg211196 - (view) | Author: Raymond Hettinger (rhettinger) * ![]() |
Date: 2014-02-14 02:04 | |
None of these should be backported. |
|||
| msg290054 - (view) | Author: Mariatta (Mariatta) * ![]() |
Date: 2017-03-23 17:10 | |
I think this should only go to 3.7 now. |
|||
| msg290560 - (view) | Author: Terry J. Reedy (terry.reedy) * ![]() |
Date: 2017-03-27 03:16 | |
Raymond, Am I correct in thinking that your comment is not specific to bytes but applies to all patches like this? If so, I think I agree because any future changes that break tests will almost certain happen in 3.7+, so that the extra work of backporting will have almost 0 gain. In a few years, the changes will be in all currently active branches for free. |
|||
| msg290583 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2017-03-27 10:59 | |
New changeset 604e74c6beb2585c81083fa85f0e5a4d46965cbc by Victor Stinner (Serhiy Storchaka) in branch 'master': bpo-20552: Use specific asserts in bytes tests (#790) https://github.com/python/cpython/commit/604e74c6beb2585c81083fa85f0e5a4d46965cbc |
|||
| msg290619 - (view) | Author: Terry J. Reedy (terry.reedy) * ![]() |
Date: 2017-03-27 15:00 | |
Close? |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:58 | admin | set | github: 64751 |
| 2017-03-27 15:00:30 | terry.reedy | set | status: open -> closed resolution: fixed messages: + msg290619 stage: patch review -> resolved |
| 2017-03-27 10:59:09 | vstinner | set | nosy:
+ vstinner messages: + msg290583 |
| 2017-03-27 03:16:46 | terry.reedy | set | nosy:
+ terry.reedy messages: + msg290560 |
| 2017-03-23 17:10:09 | Mariatta | set | nosy:
+ Mariatta messages:
+ msg290054 |
| 2017-03-23 17:07:46 | serhiy.storchaka | set | pull_requests: + pull_request695 |
| 2014-02-14 02:04:38 | rhettinger | set | nosy:
+ rhettinger messages:
+ msg211196 |
| 2014-02-07 20:30:27 | serhiy.storchaka | link | issue16510 dependencies |
| 2014-02-07 20:27:36 | serhiy.storchaka | create | |
