[PATCH 4/5] patman: test_util: Customize unittest test results for more info
Simon Glass
sjg at chromium.org
Tue Jun 28 15:38:13 CEST 2022
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 at gmail.com>
---
This could be squashed into the previous patch, but makes the diff ugly.
tools/patman/test_util.py | 46 +++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list