commit | d2aff607199a24182714404777c80c7f180a35af | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue May 09 13:57:20 2017 +0200 |
committer | GitHub <noreply@github.com> | Tue May 09 13:57:20 2017 +0200 |
tree | 1f04d57b6fe8dbc2d22113959e11749ed0176f65 | |
parent | c8a77d339478e9d67c966a0d0def7e69e372fb1c [diff] |
[2.7] bpo-30283: Backport test_regrtest from master to 2.7 (#1513) * bpo-30283: regrtest: add --testdir option * bpo-30283: Backport _testcapi.raise_signal() Function used by test_regrtest to simulate an interrupted unit test. * bpo-30283: Backport test_regrtest from master