patman: Update test_util to run doc tests
authorSimon Glass <sjg@chromium.org>
Sat, 22 Jan 2022 12:07:28 +0000 (05:07 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 9 Feb 2022 04:07:59 +0000 (23:07 -0500)
commit1d0f30e936d2fabbbaa34c3904369252d54a56cc
treee8436bb0186b0acff50dc4d77879509e65dbc950
parentce3e75dc5977e6500669fd9418405ddd4207a164
patman: Update test_util to run doc tests

At present this function does not run the doctests. Allow the caller to
pass these modules in as strings.

Update patman to use this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/main.py
tools/patman/main.py
tools/patman/test_util.py