]> code.ossystems Code Review - openembedded-core.git/commit
wic: setup infrastructure for nosetests
authorEd Bartosh <ed.bartosh@linux.intel.com>
Fri, 10 Apr 2015 10:22:35 +0000 (13:22 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Apr 2015 21:28:33 +0000 (22:28 +0100)
commit510dadc2cd8ff8a09932c101512dba74d4624a07
treee006605562ab28c5c265d9fe9f57e138c5dce70d
parent8cb9ac3751424d429a38f6f80d733b289b6684ea
wic: setup infrastructure for nosetests

cd scripts && nosetests runs 3 simple tests and
produces nice test coverage report for wic codebase.

This infra can be used to test other scripts and modules.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/setup.cfg [new file with mode: 0644]
scripts/tests/01_wic_test_help.py [new file with mode: 0644]