]> granicus.if.org Git - python/commit
bpo-29512: Add test.bisect, bisect failing tests (#2452)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 28 Jun 2017 00:24:41 +0000 (02:24 +0200)
committerGitHub <noreply@github.com>
Wed, 28 Jun 2017 00:24:41 +0000 (02:24 +0200)
commit84d9d14a1fa395fbd21262ba195490be25a7b3bc
treedacde827499e2743cc80b042951115e4ffc5eb1a
parent23e7944eba1968bb8432fdc4cc96d4fdd2c1a230
bpo-29512: Add test.bisect, bisect failing tests (#2452)

Add a new "python3 -m test.bisect" tool to bisect failing tests.

It can be used to find which test method(s) leak references, leak
files, etc.
Lib/test/bisect.py [new file with mode: 0755]