From 72d425437e176a966bfc4d43a116f8692ec859ba Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Mon, 27 Feb 2017 14:33:52 +0800 Subject: make unittest cover server.py in TestAPI Change-Id: Id379e6786e1f61fb1032f80636da107156e68fb5 Signed-off-by: SerenaFeng --- utils/test/testapi/run_test.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/test/testapi/run_test.sh') diff --git a/utils/test/testapi/run_test.sh b/utils/test/testapi/run_test.sh index bedb67d78..4efc7af3b 100755 --- a/utils/test/testapi/run_test.sh +++ b/utils/test/testapi/run_test.sh @@ -16,6 +16,7 @@ pip install -r $SCRIPTDIR/requirements.txt pip install coverage pip install nose>=1.3.1 pip install pytest +pip install mock find . -type f -name "*.pyc" -delete -- cgit 1.2.3-korg