]> granicus.if.org Git - python/commit
test_capi.test__testcapi() becomes more verbose (#4197)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 31 Oct 2017 15:40:59 +0000 (08:40 -0700)
committerGitHub <noreply@github.com>
Tue, 31 Oct 2017 15:40:59 +0000 (08:40 -0700)
commite1a470bd6ae87f9501b8830caa64e7a8df0a2302
treee3432ecddbcf8bbf1f64f7469f6bbeece8069585
parentdb91e0fe2417f075693a194a492b1699829871e7
test_capi.test__testcapi() becomes more verbose (#4197)

Write the name of each subtest on a new line to help debugging when
a test does crash Python.
Lib/test/test_capi.py