commit | dd6b92b0b9532bb4ba0ad8ac3620b1f3b81adf5b | [log] [tgz] |
---|---|---|
author | Alper Nebi Yasak <alpernebiyasak@gmail.com> | Sat Apr 02 20:06:07 2022 +0300 |
committer | Simon Glass <sjg@chromium.org> | Tue Jun 28 03:09:51 2022 +0100 |
tree | 35bafeece65f20cf792ecdbc65b0c961e7fb2601 | |
parent | d8318feba1ef3b2a74495ea7dca33ad1276a4ffe [diff] |
patman: test_util: Customize unittest test results for more info By default, unittest test summaries only print extended info about tests that failed or couldn't run due to an error. Use a custom text result class to print info about more cases: skipped tests, expected failures and unexpected successes. Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>