aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit/kunit_tool_test.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-12kunit: tool: Fix error messages for cases of no tests and wrong TAP headerRae Moar1-3/+13
2021-06-25kunit: tool: Support skipped tests in kunit_toolDavid Gow1-0/+22
2021-06-25kunit: tool: internal refactor of parser input handlingDaniel Latypov1-8/+10
2021-06-11kunit: tool: add support for QEMUBrendan Higgins1-5/+13
2021-04-02kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragmentDaniel Latypov1-0/+6
2021-02-08kunit: tool: add support for filtering suites by globDaniel Latypov1-6/+9
2021-02-08kunit: make kunit_tool accept optional path to .kunitconfig fragmentDaniel Latypov1-0/+32
2021-02-08minor: kunit: tool: fix unit test so it can run from non-root dirDaniel Latypov1-36/+24
2021-02-08kunit: tool: use `with open()` in unit testDaniel Latypov1-19/+14
2021-02-08kunit: tool: stop using bare asserts in unit testDaniel Latypov1-26/+24
2021-02-08kunit: tool: fix unit test cleanup handlingDaniel Latypov1-8/+6
2020-12-08tweewide: Fix most Shebang linesFinn Behrens1-1/+1
2020-11-10kunit: tool: fix extra trailing \n in raw + parsed test outputDaniel Latypov1-2/+2
2020-10-26kunit: tools: fix kunit_tool tests for parsing test plansBrendan Higgins1-7/+25
2020-08-31kunit: tool: allow generating test results in JSONHeidi Fahim1-0/+33
2020-08-05Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-7/+7
2020-07-17kunit: tool: fix improper treatment of file locationBrendan Higgins1-2/+2
2020-07-17kunit: tool: fix broken default args in unit testsBrendan Higgins1-5/+5
2020-06-26kunit: show error if kunit results are not presentUriel Guajardo1-0/+11
2020-05-11kunit: kunit_tool: Separate out config/build/exec/parseDavid Gow1-4/+59
2020-03-25kunit: kunit_tool: Allow .kunitconfig to disable config itemsDavid Gow1-11/+11
2020-03-20kunit: Run all KUnit tests through allyesconfigHeidi Fahim1-7/+10
2020-03-20kunit: kunit_parser: make parser more robustHeidi Fahim1-0/+69
2019-12-23kunit/kunit_tool_test: Test '--build_dir' option runSeongJae Park1-0/+8
2019-12-23kunit: Place 'test.log' under the 'build_dir'SeongJae Park1-1/+1
2019-12-09kunit: testing kunit: Bug fix in test_run_timeout functionHeidi Fahim1-1/+1
2019-09-30kunit: tool: add Python wrappers for running KUnit testsFelix Guo1-0/+206