aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/kunit/kunit_tool_test.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-18kunit: tool: add test for parsing attributesRae Moar1-0/+16
2023-07-26kunit: tool: Add command line interface to filter and report attributesRae Moar1-21/+18
2023-03-17kunit: tool: remove unused imports and variablesDaniel Latypov1-1/+1
2022-12-12kunit: tool: make parser preserve whitespace when printing test logDaniel Latypov1-0/+2
2022-12-12kunit: tool: don't include KTAP headers and the like in the test logDaniel Latypov1-0/+17
2022-12-12kunit: tool: parse KTAP compliant test outputRae Moar1-0/+14
2022-12-12kunit: tool: tweak error message when no KTAP foundDaniel Latypov1-2/+2
2022-12-12kunit: tool: remove redundant file.close() call in unit testDaniel Latypov1-2/+0
2022-12-12kunit: tool: unit tests all check parser errors, standardize formatting a bitDaniel Latypov1-55/+38
2022-12-12kunit: tool: make TestCounts a dataclassDaniel Latypov1-3/+1
2022-10-31kunit: tool: print summary of failed tests if a few failed out of a lotDaniel Latypov1-0/+22
2022-10-31kunit: tool: make unit test not print parsed testdata to stdoutDaniel Latypov1-0/+6
2022-09-30kunit: tool: rename all_test_uml.config, use it for --alltestsDaniel Latypov1-7/+19
2022-07-08kunit: tool: Enable virtio/PCI by default on UMLDavid Gow1-0/+12
2022-07-08kunit: tool: make --kunitconfig repeatable, blindly concatDaniel Latypov1-7/+49
2022-07-07kunit: tool: refactor internal kconfig handling, allow overridingDaniel Latypov1-27/+18
2022-07-07kunit: tool: introduce --qemu_argsDaniel Latypov1-3/+17
2022-07-07kunit: tool: refactoring printing logic into kunit_printer.pyDaniel Latypov1-2/+2
2022-07-07kunit: tool: redo how we construct and mock LinuxSourceTreeDaniel Latypov1-54/+49
2022-07-07kunit: tool: drop unused load_config argumentDaniel Latypov1-1/+1
2022-05-16kunit: tool: misc cleanupsDaniel Latypov1-4/+6
2022-05-16kunit: tool: remove dead parse_crash_in_log() logicDaniel Latypov1-13/+4
2022-05-12kunit: tool: print clearer error message when there's no TAP outputDaniel Latypov1-2/+2
2022-04-04kunit: tool: more descriptive metavars/--help outputDaniel Latypov1-0/+5
2022-04-04kunit: tool: refactor how we plumb metadata into JSONDaniel Latypov1-5/+4
2022-04-04kunit: tool: simplify code since build_dir can't be NoneDaniel Latypov1-1/+1
2022-04-04kunit: tool: make --json handling a bit clearerDaniel Latypov1-2/+1
2021-12-15kunit: tool: Default --jobs to number of CPUsDavid Gow1-2/+3
2021-12-15kunit: tool: make `build` subcommand also reconfigure if neededDaniel Latypov1-1/+1
2021-12-15kunit: tool: delete kunit_parser.TestResult typeDaniel Latypov1-17/+17
2021-12-15kunit: tool: use dataclass instead of collections.namedtupleDaniel Latypov1-3/+3
2021-12-13kunit: tool: reconfigure when the used kunitconfig changesDaniel Latypov1-0/+45
2021-12-13kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigsDaniel Latypov1-0/+18
2021-12-13kunit: tool: move Kconfig read_from_file/parse_from_string to package-levelDaniel Latypov1-4/+2
2021-12-13kunit: tool: print parsed test results fully incrementallyDaniel Latypov1-1/+41
2021-12-13kunit: tool: Report an error if any test has no subtestsDavid Gow1-0/+12
2021-12-13kunit: tool: Do not error on tests without test plansDavid Gow1-1/+4
2021-12-13kunit: tool: fix --json output for skipped testsDaniel Latypov1-0/+6
2021-10-19kunit: tool: improve compatibility of kunit_parser with KTAP specificationRae Moar1-38/+98
2021-10-19kunit: tool: yield output from run_kernel in real timeDaniel Latypov1-0/+17
2021-10-19kunit: tool: support running each suite/test separatelyDaniel Latypov1-0/+40
2021-10-19kunit: tool: show list of valid --arch options when invalidDaniel Latypov1-0/+4
2021-10-19kunit: tool: misc fixes (unused vars, imports, leaked files)Daniel Latypov1-10/+8
2021-10-01kunit: tool: better handling of quasi-bool args (--json, --raw_output)Daniel Latypov1-0/+8
2021-08-13kunit: tool: make --raw_output support only showing kunit outputDaniel Latypov1-0/+9
2021-08-13kunit: tool: add --kernel_args to allow setting module paramsDaniel Latypov1-6/+14
2021-07-12kunit: tool: Fix error messages for cases of no tests and wrong TAP headerRae Moar1-3/+13
2021-06-25kunit: tool: Support skipped tests in kunit_toolDavid Gow1-0/+22
2021-06-25kunit: tool: internal refactor of parser input handlingDaniel Latypov1-8/+10
2021-06-11kunit: tool: add support for QEMUBrendan Higgins1-5/+13