add unittest framework for supporting unittest in testAPI
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Tue, 17 May 2016 13:05:27 +0000 (21:05 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Tue, 17 May 2016 13:12:20 +0000 (21:12 +0800)
commitd719f7428de763767b491b983ce214c329ba37b1
treec5b4e7593d2223eed50581ec278ca20b010c076f
parentf91356cf045f03f2c318821dd087f05670abb892
add unittest framework for supporting unittest in testAPI

usage is shown in utils/test/result_collection_api/README.md

JIRA: FUNCTEST-251

Change-Id: I788417e296c153cc485f4a4064697bdafc394e5b
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
result_collection_api/README.md [new file with mode: 0644]
result_collection_api/run_test.sh [new file with mode: 0644]
result_collection_api/tests/__init__.py [new file with mode: 0644]
result_collection_api/tests/unit/__init__.py [new file with mode: 0644]
result_collection_api/tests/unit/fake_pymongo.py [new file with mode: 0644]
result_collection_api/tests/unit/test_base.py [new file with mode: 0644]
result_collection_api/tests/unit/test_fake_pymongo.py [new file with mode: 0644]
result_collection_api/tests/unit/test_version.py [new file with mode: 0644]