mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00

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. (From OE-Core rev: 510dadc2cd8ff8a09932c101512dba74d4624a07) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
7 lines
84 B
INI
7 lines
84 B
INI
[nosetests]
|
|
verbosity=2
|
|
exe=1
|
|
with-coverage=1
|
|
cover-erase=1
|
|
cover-package=wic,image
|