Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a spelling mistake and tweak tense of output for test.bisect (GH-2683) | Brett Cannon | 2017-07-12 | 1 | -3/+3 |
| | | | Changed "subbset" to "subset". Also made the sentences read like things were happening instead of stating what the code should do (in other words more descriptive than prescriptive). | ||||
* | bpo-29512: Add test.bisect, bisect failing tests (#2452) | Victor Stinner | 2017-06-28 | 1 | -0/+167 |
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. |