[Python-checkins] [python/cpython] 84d9d1: bpo-29512: Add test.bisect, bisect failing tests (...

GitHub noreply at github.com
Tue Jun 27 20:24:43 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 84d9d14a1fa395fbd21262ba195490be25a7b3bc
      https://github.com/python/cpython/commit/84d9d14a1fa395fbd21262ba195490be25a7b3bc
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
    A Lib/test/bisect.py

  Log Message:
  -----------
  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.




More information about the Python-checkins mailing list