]> code.ossystems Code Review - openembedded-core.git/commit
wic tests: Add docstrings to test methods
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 23 Apr 2015 20:49:07 +0000 (23:49 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 3 May 2015 10:39:46 +0000 (11:39 +0100)
commit3a7ea88528619fdc9d2a0cc0d136e339126e8861
tree503d47f5de4697300ee3b8849ed37b386a4708d9
parent7f33777ba5ffe9108309b6e3c3801b711adda4a0
wic tests: Add docstrings to test methods

Docstrings make nosetests output more clear:

Test wic create --help ... ok
Test wic --help ... ok
Test wic list --help ... ok
Test wic create directdisk providing all artifacts. ... ok
Test wic create directdisk --image-name core-image-minimal ... ok

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/tests/01_wic_test_help.py
scripts/tests/02_wic_test_directdisk.py