diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-02-23 16:59:09 +0800 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2017-02-24 21:52:00 +0000 |
commit | c9663a366bab59d56f938dbfb9d8eb0dffafebfc (patch) | |
tree | 60a877497effee1ba1b4c3518505c6212c1c7a74 /utils/test/testapi/run_test.sh | |
parent | de1da8295b55ca2092459f2dacf44455d1006550 (diff) |
add unittest of config.py
Change-Id: I96639c47d27ef449d02528efad23e2499daa3def
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 51db09f65..bedb67d78 100755 --- a/utils/test/testapi/run_test.sh +++ b/utils/test/testapi/run_test.sh @@ -15,6 +15,7 @@ source $SCRIPTDIR/testapi_venv/bin/activate pip install -r $SCRIPTDIR/requirements.txt pip install coverage pip install nose>=1.3.1 +pip install pytest find . -type f -name "*.pyc" -delete |