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