summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit/kunit_parser.py
Commit message (Expand)AuthorAgeFilesLines
* kunit: tool: fix newly introduced typechecker errorsDaniel Latypov2021-12-151-2/+2
* kunit: tool: delete kunit_parser.TestResult typeDaniel Latypov2021-12-151-7/+3
* kunit: tool: print parsed test results fully incrementallyDaniel Latypov2021-12-131-6/+16
* kunit: tool: Report an error if any test has no subtestsDavid Gow2021-12-131-5/+11
* kunit: tool: Do not error on tests without test plansDavid Gow2021-12-131-3/+2
* kunit: tool: improve compatibility of kunit_parser with KTAP specificationRae Moar2021-10-191-313/+702
* kunit: Print test statistics on failureDavid Gow2021-08-131-1/+1
* kunit: tool: make --raw_output support only showing kunit outputDaniel Latypov2021-08-131-4/+0
* kunit: tool: Fix error messages for cases of no tests and wrong TAP headerRae Moar2021-07-121-2/+4
* kunit: tool: Support skipped tests in kunit_toolDavid Gow2021-06-251-24/+53
* kunit: tool: internal refactor of parser input handlingDaniel Latypov2021-06-251-47/+89
* kunit: Add 'kunit_shutdown' optionDavid Gow2021-06-111-1/+1
* kunit: tool: fix minor typing issue with None statusDaniel Latypov2021-01-151-9/+8
* kunit: tool: surface and address more typing issuesDaniel Latypov2021-01-151-23/+23
* kunit: tool: Fix spelling of "diagnostic" in kunit_parserDavid Gow2021-01-151-12/+12
* kunit: kunit_tool: Correctly parse diagnostic messagesDavid Gow2020-12-011-3/+4
* kunit: tool: fix extra trailing \n in raw + parsed test outputDaniel Latypov2020-11-101-1/+2
* kunit: tool: fix pre-existing python type annotation errorsDaniel Latypov2020-11-101-7/+7
* kunit: Don't fail test suites if one of them is emptyAndy Shevchenko2020-10-261-1/+1
* kunit: Fix kunit.py --raw_output optionDavid Gow2020-10-261-1/+0
* kunit: test: add test plan to KUnit TAP formatBrendan Higgins2020-10-091-14/+62
* kunit: show error if kunit results are not presentUriel Guajardo2020-06-261-4/+4
* kunit: subtests should be indented 4 spaces according to TAPAlan Maguire2020-03-261-5/+5
* kunit: Run all KUnit tests through allyesconfigHeidi Fahim2020-03-201-0/+1
* kunit: kunit_parser: make parser more robustHeidi Fahim2020-03-201-20/+20
* kunit: tool: add Python wrappers for running KUnit testsFelix Guo2019-09-301-0/+310