commit | f0f29f328d8b4568e8c0d4c55c7d120d96f80911 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Sep 10 18:55:05 2021 +0300 |
committer | GitHub <noreply@github.com> | Fri Sep 10 17:55:05 2021 +0200 |
tree | a136806ec7f2fe5b0ca4d444f3d73d732b49e392 | |
parent | ab327f2929589407595a3de95727c8ab34ddd4af [diff] |
bpo-25894: Always report skipped and failed subtests separately (GH-28082) * In default mode output separate characters for skipped and failed subtests. * In verbose mode output separate lines (including description) for skipped and failed subtests. * In verbose mode output test description for errors in test cleanup.