commit | 84d9d14a1fa395fbd21262ba195490be25a7b3bc | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Jun 28 02:24:41 2017 +0200 |
committer | GitHub <noreply@github.com> | Wed Jun 28 02:24:41 2017 +0200 |
tree | dacde827499e2743cc80b042951115e4ffc5eb1a | |
parent | 23e7944eba1968bb8432fdc4cc96d4fdd2c1a230 [diff] |
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.