bpo-30764: Fix regrtest --fail-env-changed --forever by vstinner · Pull Request #2536 · python/cpython (original) (raw)
vstinner added a commit that referenced this pull request
…o 2.7 (#2541)
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.
--forever now stops if a fail changes the environment.
- Fix test_bisect: use absolute import