summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit/kunit_parser.py
Commit message (Expand)AuthorAgeFilesLines
* kunit: tool: fix parsing of test attributesRae Moar2023-12-181-1/+3
* kunit: tool: Add command line interface to filter and report attributesRae Moar2023-07-261-1/+10
* kunit: tool: remove unused imports and variablesDaniel Latypov2023-03-171-1/+0
* kunit: tool: make parser preserve whitespace when printing test logDaniel Latypov2022-12-121-14/+13
* kunit: tool: don't include KTAP headers and the like in the test logDaniel Latypov2022-12-121-4/+4
* kunit: tool: parse KTAP compliant test outputRae Moar2022-12-121-28/+51
* kunit: tool: tweak error message when no KTAP foundDaniel Latypov2022-12-121-1/+1
* kunit: tool: make TestCounts a dataclassDaniel Latypov2022-12-121-17/+8
* kunit: tool: print summary of failed tests if a few failed out of a lotDaniel Latypov2022-10-311-0/+47
* kunit: tool: make --raw_output=kunit (aka --raw_output) preserve leading spacesDaniel Latypov2022-09-301-4/+6
* kunit: tool: refactoring printing logic into kunit_printer.pyDaniel Latypov2022-07-071-44/+19
* kunit: tool: misc cleanupsDaniel Latypov2022-05-161-20/+17
* kunit: tool: minor cosmetic cleanups in kunit_parser.pyDaniel Latypov2022-05-161-54/+17
* kunit: tool: make parser stop overwriting status of suites w/ no_testsDaniel Latypov2022-05-161-2/+5
* kunit: tool: remove dead parse_crash_in_log() logicDaniel Latypov2022-05-161-21/+0
* kunit: tool: print clearer error message when there's no TAP outputDaniel Latypov2022-05-121-1/+2
* kunit: tool: update test counts summary line formatDaniel Latypov2022-05-121-5/+5
* kunit: tool: Do not colorize output when redirectedKees Cook2022-04-041-0/+7
* 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