diff options
author | 2017-02-27 14:33:52 +0800 | |
---|---|---|
committer | 2017-02-27 14:33:52 +0800 | |
commit | 72d425437e176a966bfc4d43a116f8692ec859ba (patch) | |
tree | 8b0cd9037826092e3f009e97ecb8cd48a4939380 /utils/test/testapi/run_test.sh | |
parent | ca499ef74efb6fb59d39473fb578ab31e64f7ac5 (diff) |
make unittest cover server.py in TestAPI
Change-Id: Id379e6786e1f61fb1032f80636da107156e68fb5
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'utils/test/testapi/run_test.sh')
-rwxr-xr-x | utils/test/testapi/run_test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |