summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit/kunit_json.py
AgeCommit message (Expand)AuthorLines
2022-05-16kunit: tool: misc cleanupsDaniel Latypov-4/+1
2022-04-04kunit: tool: properly report the used arch for --json, or '' if not knownDaniel Latypov-2/+2
2022-04-04kunit: tool: refactor how we plumb metadata into JSONDaniel Latypov-9/+20
2022-04-04kunit: tool: readability tweaks in KernelCI json generation logicDaniel Latypov-10/+10
2022-04-04kunit: tool: simplify code since build_dir can't be NoneDaniel Latypov-5/+3
2022-04-04kunit: tool: make --json handling a bit clearerDaniel Latypov-10/+2
2021-12-15kunit: tool: delete kunit_parser.TestResult typeDaniel Latypov-3/+3
2021-12-13kunit: tool: fix --json output for skipped testsDaniel Latypov-0/+2
2021-10-19kunit: tool: improve compatibility of kunit_parser with KTAP specificationRae Moar-28/+28
2021-01-15kunit: tool: surface and address more typing issuesDaniel Latypov-1/+1
2020-08-31kunit: tool: allow generating test results in JSONHeidi Fahim-0/+63