summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit/kunit_config.py
Commit message (Expand)AuthorAgeFilesLines
* kunit: tool: fix pre-existing `mypy --strict` errors and update run_checks.pyDaniel Latypov2023-03-171-2/+2
* kunit: tool: remove unused imports and variablesDaniel Latypov2023-03-171-1/+1
* kunit: tool: make --kunitconfig repeatable, blindly concatDaniel Latypov2022-07-081-1/+10
* kunit: tool: refactor internal kconfig handling, allow overridingDaniel Latypov2022-07-071-20/+25
* kunit: tool: misc cleanupsDaniel Latypov2022-05-161-7/+5
* kunit: tool: drop last uses of collections.namedtupleDaniel Latypov2022-04-041-4/+5
* kunit: tool: move Kconfig read_from_file/parse_from_string to package-levelDaniel Latypov2021-12-131-30/+31
* kunit: tool: add support for QEMUBrendan Higgins2021-06-111-1/+6
* kunit: tool: Fix a python tuple typing errorDavid Gow2021-03-111-1/+1
* kunit: tool: simplify kconfig is_subset_of() logicDaniel Latypov2021-02-081-7/+6
* kunit: tool: surface and address more typing issuesDaniel Latypov2021-01-151-3/+4
* kunit: kunit_config: Fix parsing of CONFIG options with spaceRikard Falkeborn2020-06-261-1/+1
* kunit: kunit_tool: Allow .kunitconfig to disable config itemsDavid Gow2020-03-251-9/+32
* kunit: tool: add Python wrappers for running KUnit testsFelix Guo2019-09-301-0/+66