linux/tools/testing/kunit
Alexander Pantyukhin 2dc9d6ca52 kunit: kunit.py extract handlers
The main function contains a wide if-elif block that handles different
subcommands. It's possible to make code refactoring to extract
subcommands handlers.

Fixed commit summary line.
Shuah Khan <skhan@linuxfoundation.org>

Signed-off-by: Alexander Pantyukhin <apantykhin@gmail.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2023-02-08 14:25:30 -07:00
..
configs
qemu_configs
test_data kunit: tool: parse KTAP compliant test output 2022-12-12 14:13:47 -07:00
.gitignore
kunit_config.py
kunit_json.py
kunit_kernel.py
kunit_parser.py kunit: tool: make parser preserve whitespace when printing test log 2022-12-12 14:13:48 -07:00
kunit_printer.py
kunit_tool_test.py kunit: tool: make parser preserve whitespace when printing test log 2022-12-12 14:13:48 -07:00
kunit.py kunit: kunit.py extract handlers 2023-02-08 14:25:30 -07:00
qemu_config.py
run_checks.py