summaryrefslogtreecommitdiff
path: root/tools/testing/kunit/kunit_parser.py
AgeCommit message (Expand)AuthorFilesLines
2021-12-16kunit: tool: fix newly introduced typechecker errorsDaniel Latypov1-2/+2
2021-12-15kunit: tool: delete kunit_parser.TestResult typeDaniel Latypov1-7/+3
2021-12-13kunit: tool: print parsed test results fully incrementallyDaniel Latypov1-6/+16
2021-12-13kunit: tool: Report an error if any test has no subtestsDavid Gow1-5/+11
2021-12-13kunit: tool: Do not error on tests without test plansDavid Gow1-3/+2
2021-10-19kunit: tool: improve compatibility of kunit_parser with KTAP specificationRae Moar1-313/+702
2021-08-13kunit: Print test statistics on failureDavid Gow1-1/+1
2021-08-13kunit: tool: make --raw_output support only showing kunit outputDaniel Latypov1-4/+0
2021-07-12kunit: tool: Fix error messages for cases of no tests and wrong TAP headerRae Moar1-2/+4
2021-06-25kunit: tool: Support skipped tests in kunit_toolDavid Gow1-24/+53
2021-06-25kunit: tool: internal refactor of parser input handlingDaniel Latypov1-47/+89
2021-06-12kunit: Add 'kunit_shutdown' optionDavid Gow1-1/+1
2021-01-16kunit: tool: fix minor typing issue with None statusDaniel Latypov1-9/+8
2021-01-16kunit: tool: surface and address more typing issuesDaniel Latypov1-23/+23
2021-01-16kunit: tool: Fix spelling of "diagnostic" in kunit_parserDavid Gow1-12/+12
2020-12-02kunit: kunit_tool: Correctly parse diagnostic messagesDavid Gow1-3/+4
2020-11-10kunit: tool: fix extra trailing \n in raw + parsed test outputDaniel Latypov1-1/+2
2020-11-10kunit: tool: fix pre-existing python type annotation errorsDaniel Latypov1-7/+7
2020-10-26kunit: Don't fail test suites if one of them is emptyAndy Shevchenko1-1/+1
2020-10-26kunit: Fix kunit.py --raw_output optionDavid Gow1-1/+0
2020-10-09kunit: test: add test plan to KUnit TAP formatBrendan Higgins1-14/+62
2020-06-26kunit: show error if kunit results are not presentUriel Guajardo1-4/+4
2020-03-26kunit: subtests should be indented 4 spaces according to TAPAlan Maguire1-5/+5
2020-03-21kunit: Run all KUnit tests through allyesconfigHeidi Fahim1-0/+1
2020-03-21kunit: kunit_parser: make parser more robustHeidi Fahim1-20/+20
2019-10-01kunit: tool: add Python wrappers for running KUnit testsFelix Guo1-0/+310