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