]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:43:49 +0000 (11:43 +0100)
commit6451c08c7b666992cf99d297c3c1d2226f94e83b
treed98c2000d35189b4d01ee75e0f4595df83d592f1
parent9fbfd4011a4c770478ab9d4cb91a645468f74c55
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

(From OE-Core rev: 3a7ea88528619fdc9d2a0cc0d136e339126e8861)

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