summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit/kunit_parser.py
AgeCommit message (Expand)Author
2021-07-12kunit: tool: Fix error messages for cases of no tests and wrong TAP headerRae Moar
2021-06-25kunit: tool: Support skipped tests in kunit_toolDavid Gow
2021-06-25kunit: tool: internal refactor of parser input handlingDaniel Latypov
2021-06-11kunit: Add 'kunit_shutdown' optionDavid Gow
2021-01-15kunit: tool: fix minor typing issue with None statusDaniel Latypov
2021-01-15kunit: tool: surface and address more typing issuesDaniel Latypov
2021-01-15kunit: tool: Fix spelling of "diagnostic" in kunit_parserDavid Gow
2020-12-01kunit: kunit_tool: Correctly parse diagnostic messagesDavid Gow
2020-11-10kunit: tool: fix extra trailing \n in raw + parsed test outputDaniel Latypov
2020-11-10kunit: tool: fix pre-existing python type annotation errorsDaniel Latypov
2020-10-26kunit: Don't fail test suites if one of them is emptyAndy Shevchenko
2020-10-26kunit: Fix kunit.py --raw_output optionDavid Gow
2020-10-09kunit: test: add test plan to KUnit TAP formatBrendan Higgins
2020-06-26kunit: show error if kunit results are not presentUriel Guajardo
2020-03-26kunit: subtests should be indented 4 spaces according to TAPAlan Maguire
2020-03-20kunit: Run all KUnit tests through allyesconfigHeidi Fahim
2020-03-20kunit: kunit_parser: make parser more robustHeidi Fahim
2019-09-30kunit: tool: add Python wrappers for running KUnit testsFelix Guo