
28 Jun
2022
28 Jun
'22
3:38 p.m.
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 --- 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!