Message299045
There are many ways of running tests, and some of them are broken now.
$ ./python Lib/test/test_bisect.py
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
======================================================================
ERROR: test_backcompatibility (__main__.TestBisectC)
----------------------------------------------------------------------
Traceback (most recent call last):
File "Lib/test/test_bisect.py", line 34, in setUp
(self.module.bisect_right, [], 1, 0),
AttributeError: module 'bisect' has no attribute 'bisect_right'
... |
|
| Date |
User |
Action |
Args |
| 2017-07-25 08:16:25 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, vstinner, quentel, yselivanov |
| 2017-07-25 08:16:25 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2017-07-25 08:16:25 | serhiy.storchaka | link | issue29512 messages |
| 2017-07-25 08:16:25 | serhiy.storchaka | create | |
|