From 510dadc2cd8ff8a09932c101512dba74d4624a07 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Fri, 10 Apr 2015 13:22:35 +0300 Subject: 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 Signed-off-by: Richard Purdie --- scripts/setup.cfg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/setup.cfg (limited to 'scripts/setup.cfg') diff --git a/scripts/setup.cfg b/scripts/setup.cfg new file mode 100644 index 0000000000..48a0bb2f4f --- /dev/null +++ b/scripts/setup.cfg @@ -0,0 +1,6 @@ +[nosetests] +verbosity=2 +exe=1 +with-coverage=1 +cover-erase=1 +cover-package=wic,image -- cgit 1.2.3-korg