summaryrefslogtreecommitdiffstats
path: root/testapi/run_test.sh
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-02-27 14:33:52 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2017-02-27 14:33:52 +0800
commitfd4b422ccde3795e0fdc0b14651bec62e93275cc (patch)
treeeb73c0eeaeaf987900e51a19baa46e113297be78 /testapi/run_test.sh
parent0596b593b7486e9e7509c34855f2c31fcd5ab9a2 (diff)
make unittest cover server.py in TestAPI
Change-Id: Id379e6786e1f61fb1032f80636da107156e68fb5 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/run_test.sh')
-rwxr-xr-xtestapi/run_test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/testapi/run_test.sh b/testapi/run_test.sh
index bedb67d..4efc7af 100755
--- a/testapi/run_test.sh
+++ b/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