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