mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-13 05:55:02 -04:00
patman: Add settings to the list of modules to doctest
The settings modules now has doctests, so run them. Signed-off-by: Doug Anderson <dianders@chromium.org>
This commit is contained in:
parent
a1dcee84c9
commit
656cffeb49
@ -85,7 +85,8 @@ if options.test:
|
|||||||
result = unittest.TestResult()
|
result = unittest.TestResult()
|
||||||
suite.run(result)
|
suite.run(result)
|
||||||
|
|
||||||
suite = doctest.DocTestSuite('gitutil')
|
for module in ['gitutil', 'settings']:
|
||||||
|
suite = doctest.DocTestSuite(module)
|
||||||
suite.run(result)
|
suite.run(result)
|
||||||
|
|
||||||
# TODO: Surely we can just 'print' result?
|
# TODO: Surely we can just 'print' result?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user