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