[New-bugs-announce] [issue16897] Fix test discovery for test_bisect.py

Zachary Ware report at bugs.python.org
Tue Jan 8 22:39:05 CET 2013


New submission from Zachary Ware:

Here's the fix for test_bisect.py.

This one has an extra change, that of replacing the manual method of obtaining c_bisect and py_bisect with two calls to support.import_fresh_module.

This one also has an extra wrench thrown in the gears by including a few doctests.  I haven't changed anything in relation to those doctests, but I wonder if there's really any point to keeping them there considering they claim to be pulled from the docs but are in fact significantly different from what is in the docs these days.

----------
components: Tests
files: test_bisect_fix.diff
keywords: patch
messages: 179374
nosy: brett.cannon, ezio.melotti, zach.ware
priority: normal
severity: normal
status: open
title: Fix test discovery for test_bisect.py
type: behavior
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file28634/test_bisect_fix.diff

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


More information about the New-bugs-announce mailing list