tests: support for expected failures 72/38572/3
authorKlement Sekera <klement.sekera@gmail.com>
Wed, 29 Mar 2023 14:04:58 +0000 (16:04 +0200)
committerDave Wallace <dwallacelf@gmail.com>
Sat, 20 May 2023 02:34:14 +0000 (02:34 +0000)
commit47f352710824c373f8130ba632022b47cb27505b
treefa57606e045bb94304b14d07ce8a1c23e92a12e5
parent0157885517dcc0236b4719d4fc0ad789b3a15187
tests: support for expected failures

- Add support for @unittest.expectedFailure decorator.

Type: improvement

Signed-off-by: Klement Sekera <klement.sekera@gmail.com>
Change-Id: I761751cda505e962225dc680b97c1fffa96f5176
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
test/asf/asfframework.py
test/framework.py
test/run_tests.py
test/test_result_code.py [new file with mode: 0644]