[New-bugs-announce] [issue16910] Fix test discovery for bytes/string tests

Zachary Ware report at bugs.python.org
Wed Jan 9 18:00:17 CET 2013


New submission from Zachary Ware:

This patch fixes discovery for test_bytes.py.  That fix changes string_tests.py, which breaks test_unicode.py and test_userstring.py, so those two files have been changed as well.  All three test files also use unittest.main() now instead of test_main().

----------
components: Tests
files: bytes_string_tests_discovery.diff
keywords: patch
messages: 179475
nosy: brett.cannon, ezio.melotti, zach.ware
priority: normal
severity: normal
status: open
title: Fix test discovery for bytes/string tests
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file28657/bytes_string_tests_discovery.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16910>
_______________________________________


More information about the New-bugs-announce mailing list