开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
kunit
/
kunit_config.py
Age
Commit message (
Expand
)
Author
2023-03-17
kunit: tool: fix pre-existing `mypy --strict` errors and update run_checks.py
Daniel Latypov
2023-03-17
kunit: tool: remove unused imports and variables
Daniel Latypov
2022-07-08
kunit: tool: make --kunitconfig repeatable, blindly concat
Daniel Latypov
2022-07-07
kunit: tool: refactor internal kconfig handling, allow overriding
Daniel Latypov
2022-05-16
kunit: tool: misc cleanups
Daniel Latypov
2022-04-04
kunit: tool: drop last uses of collections.namedtuple
Daniel Latypov
2021-12-13
kunit: tool: move Kconfig read_from_file/parse_from_string to package-level
Daniel Latypov
2021-06-11
kunit: tool: add support for QEMU
Brendan Higgins
2021-03-11
kunit: tool: Fix a python tuple typing error
David Gow
2021-02-08
kunit: tool: simplify kconfig is_subset_of() logic
Daniel Latypov
2021-01-15
kunit: tool: surface and address more typing issues
Daniel Latypov
2020-06-26
kunit: kunit_config: Fix parsing of CONFIG options with space
Rikard Falkeborn
2020-03-25
kunit: kunit_tool: Allow .kunitconfig to disable config items
David Gow
2019-09-30
kunit: tool: add Python wrappers for running KUnit tests
Felix Guo