[issue31342] test.bisect module causes tests to fail

Neil Schemenauer report at bugs.python.org
Mon Jul 16 21:50:03 EDT 2018


Neil Schemenauer <nas-python at arctrix.com> added the comment:

Yes, it looks like the same issue as bpo-29512.  Renaming test.bisect is the simplest solution.  I have trained myself to run "python -m test.regrtest <test name>" so this issue doesn't affect me any more.  However, I think it was a trap that will catch some people.  So, thanks for fixing.

I considered adding a 'bisect' command to the test/__main__, e.g. you could run 'python -m test --bisect ..'.  That looks not entirely simple to implement though.

----------
resolution:  -> duplicate
stage: needs patch -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31342>
_______________________________________


More information about the Python-bugs-list mailing list