index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
kunit
/
kunit_tool_test.py
Age
Commit message (
Expand
)
Author
2021-07-12
kunit: tool: Fix error messages for cases of no tests and wrong TAP header
Rae Moar
2021-06-25
kunit: tool: Support skipped tests in kunit_tool
David Gow
2021-06-25
kunit: tool: internal refactor of parser input handling
Daniel Latypov
2021-06-11
kunit: tool: add support for QEMU
Brendan Higgins
2021-04-02
kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragment
Daniel Latypov
2021-02-08
kunit: tool: add support for filtering suites by glob
Daniel Latypov
2021-02-08
kunit: make kunit_tool accept optional path to .kunitconfig fragment
Daniel Latypov
2021-02-08
minor: kunit: tool: fix unit test so it can run from non-root dir
Daniel Latypov
2021-02-08
kunit: tool: use `with open()` in unit test
Daniel Latypov
2021-02-08
kunit: tool: stop using bare asserts in unit test
Daniel Latypov
2021-02-08
kunit: tool: fix unit test cleanup handling
Daniel Latypov
2020-12-08
tweewide: Fix most Shebang lines
Finn Behrens
2020-11-10
kunit: tool: fix extra trailing \n in raw + parsed test output
Daniel Latypov
2020-10-26
kunit: tools: fix kunit_tool tests for parsing test plans
Brendan Higgins
2020-08-31
kunit: tool: allow generating test results in JSON
Heidi Fahim
2020-08-05
Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2020-07-17
kunit: tool: fix improper treatment of file location
Brendan Higgins
2020-07-17
kunit: tool: fix broken default args in unit tests
Brendan Higgins
2020-06-26
kunit: show error if kunit results are not present
Uriel Guajardo
2020-05-11
kunit: kunit_tool: Separate out config/build/exec/parse
David Gow
2020-03-25
kunit: kunit_tool: Allow .kunitconfig to disable config items
David Gow
2020-03-20
kunit: Run all KUnit tests through allyesconfig
Heidi Fahim
2020-03-20
kunit: kunit_parser: make parser more robust
Heidi Fahim
2019-12-23
kunit/kunit_tool_test: Test '--build_dir' option run
SeongJae Park
2019-12-23
kunit: Place 'test.log' under the 'build_dir'
SeongJae Park
2019-12-09
kunit: testing kunit: Bug fix in test_run_timeout function
Heidi Fahim
2019-09-30
kunit: tool: add Python wrappers for running KUnit tests
Felix Guo