summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit/kunit_config.py
AgeCommit message (Expand)AuthorLines
2023-03-17kunit: tool: fix pre-existing `mypy --strict` errors and update run_checks.pyDaniel Latypov-2/+2
2023-03-17kunit: tool: remove unused imports and variablesDaniel Latypov-1/+1
2022-07-08kunit: tool: make --kunitconfig repeatable, blindly concatDaniel Latypov-1/+10
2022-07-07kunit: tool: refactor internal kconfig handling, allow overridingDaniel Latypov-20/+25
2022-05-16kunit: tool: misc cleanupsDaniel Latypov-7/+5
2022-04-04kunit: tool: drop last uses of collections.namedtupleDaniel Latypov-4/+5
2021-12-13kunit: tool: move Kconfig read_from_file/parse_from_string to package-levelDaniel Latypov-30/+31
2021-06-11kunit: tool: add support for QEMUBrendan Higgins-1/+6
2021-03-11kunit: tool: Fix a python tuple typing errorDavid Gow-1/+1
2021-02-08kunit: tool: simplify kconfig is_subset_of() logicDaniel Latypov-7/+6
2021-01-15kunit: tool: surface and address more typing issuesDaniel Latypov-3/+4
2020-06-26kunit: kunit_config: Fix parsing of CONFIG options with spaceRikard Falkeborn-1/+1
2020-03-25kunit: kunit_tool: Allow .kunitconfig to disable config itemsDavid Gow-9/+32
2019-09-30kunit: tool: add Python wrappers for running KUnit testsFelix Guo-0/+66