Merge tag 'linux-kselftest-kunit-fixes-5.11-rc5' of git://git.kernel.org/pub/scm...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 23 Jan 2021 19:25:33 +0000 (11:25 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 23 Jan 2021 19:25:33 +0000 (11:25 -0800)
commit929b979611f5d2a264a2c1b9fe84baa975828522
tree8af41b7ed2a407b54074a50e3123b21c0d00ea6b
parentfe75a21824e78405b8d812421974524092250c63
parent2b8fdbbf1c616300312f71fe5b21fe8f03129950
Merge tag 'linux-kselftest-kunit-fixes-5.11-rc5' of git://git./linux/kernel/git/shuah/linux-kselftest

Pull kunit fixes from Shuah :
 "Five fixes to the kunit tool and documentation from Daniel Latypov and
  David Gow"

* tag 'linux-kselftest-kunit-fixes-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
  kunit: tool: move kunitconfig parsing into __init__, make it optional
  kunit: tool: fix minor typing issue with None status
  kunit: tool: surface and address more typing issues
  Documentation: kunit: include example of a parameterized test
  kunit: tool: Fix spelling of "diagnostic" in kunit_parser