]> granicus.if.org Git - python/commit
bpo-30843: regrtest fixes sys.path, restore test.bisect (#2567)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 5 Jul 2017 07:16:47 +0000 (09:16 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Jul 2017 07:16:47 +0000 (09:16 +0200)
commit3050987d85d7cf8cdd4b3c053e673d13cd8dfb12
tree25c150da202139e57cabe2a623c578eec6120abe
parentd0ae4be443332d63fafb304944842fbaece734a3
bpo-30843: regrtest fixes sys.path, restore test.bisect (#2567)

* Rename again Lib/test/bisectcmd.py to Lib/test/bisect.py
* regrtest now removes '' and Lib/test/ from sys.path
* Use absolute import in test_bisect
Lib/test/bisect.py [moved from Lib/test/bisectcmd.py with 100% similarity]
Lib/test/regrtest.py
Lib/test/test_bisect.py