summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit/kunit_tool_test.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* kunit: tool: Support skipped tests in kunit_toolDavid Gow2021-06-251-0/+22
* kunit: tool: internal refactor of parser input handlingDaniel Latypov2021-06-251-8/+10
* kunit: tool: add support for QEMUBrendan Higgins2021-06-121-5/+13
* kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragmentDaniel Latypov2021-04-021-0/+6
* kunit: tool: add support for filtering suites by globDaniel Latypov2021-02-091-6/+9
* kunit: make kunit_tool accept optional path to .kunitconfig fragmentDaniel Latypov2021-02-081-0/+32
* minor: kunit: tool: fix unit test so it can run from non-root dirDaniel Latypov2021-02-081-36/+24
* kunit: tool: use `with open()` in unit testDaniel Latypov2021-02-081-19/+14
* kunit: tool: stop using bare asserts in unit testDaniel Latypov2021-02-081-26/+24
* kunit: tool: fix unit test cleanup handlingDaniel Latypov2021-02-081-8/+6
* tweewide: Fix most Shebang linesFinn Behrens2020-12-081-1/+1
* kunit: tool: fix extra trailing \n in raw + parsed test outputDaniel Latypov2020-11-101-2/+2
* kunit: tools: fix kunit_tool tests for parsing test plansBrendan Higgins2020-10-261-7/+25
* kunit: tool: allow generating test results in JSONHeidi Fahim2020-08-311-0/+33
* Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-08-051-7/+7
|\
| * kunit: tool: fix improper treatment of file locationBrendan Higgins2020-07-171-2/+2
| * kunit: tool: fix broken default args in unit testsBrendan Higgins2020-07-171-5/+5
* | kunit: show error if kunit results are not presentUriel Guajardo2020-06-261-0/+11
|/
* kunit: kunit_tool: Separate out config/build/exec/parseDavid Gow2020-05-121-4/+59
* kunit: kunit_tool: Allow .kunitconfig to disable config itemsDavid Gow2020-03-251-11/+11
* kunit: Run all KUnit tests through allyesconfigHeidi Fahim2020-03-201-7/+10
* kunit: kunit_parser: make parser more robustHeidi Fahim2020-03-201-0/+69
* kunit/kunit_tool_test: Test '--build_dir' option runSeongJae Park2019-12-231-0/+8
* kunit: Place 'test.log' under the 'build_dir'SeongJae Park2019-12-231-1/+1
* kunit: testing kunit: Bug fix in test_run_timeout functionHeidi Fahim2019-12-091-1/+1
* kunit: tool: add Python wrappers for running KUnit testsFelix Guo2019-10-011-0/+206