This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: [patch] Enable additional bytes and memoryview tests.
Type: Stage: resolved
Components: Tests Versions: Python 3.2, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: ezio.melotti, flox, pitrou
Priority: normal Keywords: patch

Created on 2010-01-07 21:47 by flox, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
enable_bytes_memoryview_tests.diff flox, 2010-01-07 21:47 Patch, apply to trunk
Messages (2)
msg97380 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2010-01-07 21:47
Some tests in test_bytes are XXX.
They could be enabled.

Additionally the BaseBytesTest.test_index() is duplicated.

This patch enable the additional tests and remove dead code.
msg97663 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-01-12 22:06
Committed in r77448 and r77449, thank you.
History
Date User Action Args
2022-04-11 14:56:56adminsetgithub: 51903
2010-01-12 22:06:20pitrousetstatus: open -> closed

nosy: + pitrou
messages: + msg97663

resolution: fixed
stage: patch review -> resolved
2010-01-07 23:46:57ezio.melottisetpriority: normal
nosy: + ezio.melotti

stage: patch review
2010-01-07 21:47:35floxcreate