]> git.baikalelectronics.ru Git - uboot.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)
commit6d7566bda38d51cc16836e9c932ef037b7176f94
tree35bafeece65f20cf792ecdbc65b0c961e7fb2601
parent457ae397bc1a2bc4fe46b22bd77340333052b2ee
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