summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit/kunit_json.py
Commit message (Expand)AuthorAgeFilesLines
* kunit: tool: misc cleanupsDaniel Latypov2022-05-161-4/+1
* kunit: tool: properly report the used arch for --json, or '' if not knownDaniel Latypov2022-04-041-2/+2
* kunit: tool: refactor how we plumb metadata into JSONDaniel Latypov2022-04-041-9/+20
* kunit: tool: readability tweaks in KernelCI json generation logicDaniel Latypov2022-04-041-10/+10
* kunit: tool: simplify code since build_dir can't be NoneDaniel Latypov2022-04-041-5/+3
* kunit: tool: make --json handling a bit clearerDaniel Latypov2022-04-041-10/+2
* kunit: tool: delete kunit_parser.TestResult typeDaniel Latypov2021-12-151-3/+3
* kunit: tool: fix --json output for skipped testsDaniel Latypov2021-12-131-0/+2
* kunit: tool: improve compatibility of kunit_parser with KTAP specificationRae Moar2021-10-191-28/+28
* kunit: tool: surface and address more typing issuesDaniel Latypov2021-01-151-1/+1
* kunit: tool: allow generating test results in JSONHeidi Fahim2020-08-311-0/+63