]> git.dujemihanovic.xyz Git - u-boot.git/commit
patman: test_util: Customize unittest test results for more info
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>
Sat, 2 Apr 2022 17:06:07 +0000 (20:06 +0300)
committerSimon Glass <sjg@chromium.org>
Tue, 28 Jun 2022 02:09:51 +0000 (03:09 +0100)
commitdd6b92b0b9532bb4ba0ad8ac3620b1f3b81adf5b
tree35bafeece65f20cf792ecdbc65b0c961e7fb2601
parentd8318feba1ef3b2a74495ea7dca33ad1276a4ffe
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>
tools/patman/test_util.py