summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit/kunit_tool_test.py
AgeCommit message (Expand)AuthorLines
2026-03-02kunit: tool: copy caller args in run_kernel to prevent mutationShuvam Pandey-0/+26
2026-01-20kunit: add bash completionRyota Sakamoto-0/+21
2026-01-07kunit: tool: test: Don't rely on implicit working directory changeThomas Weißschuh-2/+3
2026-01-07kunit: tool: test: Rename test_data_path() to _test_data_path()Thomas Weißschuh-28/+28
2026-01-05kunit: tool: Don't overwrite test status based on subtest countsThomas Weißschuh-0/+1
2026-01-05kunit: tool: Add test for nested test result reportingThomas Weißschuh-0/+10
2026-01-05kunit: respect KBUILD_OUTPUT env variable by defaultRyota Sakamoto-0/+19
2025-04-08kunit: tool: fix count of tests if late test planRae Moar-2/+2
2025-03-15kunit: tool: add test to check parsing late test planRae Moar-0/+11
2024-11-19kunit: tool: print failed tests onlyRae Moar-3/+3
2024-11-19kunit: tool: Only print the summaryDavid Gow-27/+28
2023-12-18kunit: tool: add test for parsing attributesRae Moar-0/+16
2023-07-26kunit: tool: Add command line interface to filter and report attributesRae Moar-21/+18
2023-03-17kunit: tool: remove unused imports and variablesDaniel Latypov-1/+1
2022-12-12kunit: tool: make parser preserve whitespace when printing test logDaniel Latypov-0/+2
2022-12-12kunit: tool: don't include KTAP headers and the like in the test logDaniel Latypov-0/+17
2022-12-12kunit: tool: parse KTAP compliant test outputRae Moar-0/+14
2022-12-12kunit: tool: tweak error message when no KTAP foundDaniel Latypov-2/+2
2022-12-12kunit: tool: remove redundant file.close() call in unit testDaniel Latypov-2/+0
2022-12-12kunit: tool: unit tests all check parser errors, standardize formatting a bitDaniel Latypov-55/+38
2022-12-12kunit: tool: make TestCounts a dataclassDaniel Latypov-3/+1
2022-10-31kunit: tool: print summary of failed tests if a few failed out of a lotDaniel Latypov-0/+22
2022-10-31kunit: tool: make unit test not print parsed testdata to stdoutDaniel Latypov-0/+6
2022-09-30kunit: tool: rename all_test_uml.config, use it for --alltestsDaniel Latypov-7/+19
2022-07-08kunit: tool: Enable virtio/PCI by default on UMLDavid Gow-0/+12
2022-07-08kunit: tool: make --kunitconfig repeatable, blindly concatDaniel Latypov-7/+49
2022-07-07kunit: tool: refactor internal kconfig handling, allow overridingDaniel Latypov-27/+18
2022-07-07kunit: tool: introduce --qemu_argsDaniel Latypov-3/+17
2022-07-07kunit: tool: refactoring printing logic into kunit_printer.pyDaniel Latypov-2/+2
2022-07-07kunit: tool: redo how we construct and mock LinuxSourceTreeDaniel Latypov-54/+49
2022-07-07kunit: tool: drop unused load_config argumentDaniel Latypov-1/+1
2022-05-16kunit: tool: misc cleanupsDaniel Latypov-4/+6
2022-05-16kunit: tool: remove dead parse_crash_in_log() logicDaniel Latypov-13/+4
2022-05-12kunit: tool: print clearer error message when there's no TAP outputDaniel Latypov-2/+2
2022-04-04kunit: tool: more descriptive metavars/--help outputDaniel Latypov-0/+5
2022-04-04kunit: tool: refactor how we plumb metadata into JSONDaniel Latypov-5/+4
2022-04-04kunit: tool: simplify code since build_dir can't be NoneDaniel Latypov-1/+1
2022-04-04kunit: tool: make --json handling a bit clearerDaniel Latypov-2/+1
2021-12-15kunit: tool: Default --jobs to number of CPUsDavid Gow-2/+3
2021-12-15kunit: tool: make `build` subcommand also reconfigure if neededDaniel Latypov-1/+1
2021-12-15kunit: tool: delete kunit_parser.TestResult typeDaniel Latypov-17/+17
2021-12-15kunit: tool: use dataclass instead of collections.namedtupleDaniel Latypov-3/+3
2021-12-13kunit: tool: reconfigure when the used kunitconfig changesDaniel Latypov-0/+45
2021-12-13kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigsDaniel Latypov-0/+18
2021-12-13kunit: tool: move Kconfig read_from_file/parse_from_string to package-levelDaniel Latypov-4/+2
2021-12-13kunit: tool: print parsed test results fully incrementallyDaniel Latypov-1/+41
2021-12-13kunit: tool: Report an error if any test has no subtestsDavid Gow-0/+12
2021-12-13kunit: tool: Do not error on tests without test plansDavid Gow-1/+4
2021-12-13kunit: tool: fix --json output for skipped testsDaniel Latypov-0/+6
2021-10-19kunit: tool: improve compatibility of kunit_parser with KTAP specificationRae Moar-38/+98