summaryrefslogtreecommitdiffstats
path: root/utils/test/result_collection_api/README.md
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2016-05-17 21:05:27 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2016-05-17 21:12:20 +0800
commit892a693978fa78c8091e861e246e859d20fe99c4 (patch)
treef907cedb07ce80287cb0e251ea315a65eaa5050f /utils/test/result_collection_api/README.md
parent69fbbb4564539bf2aecbfd91a48825a8d8beea16 (diff)
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>
Diffstat (limited to 'utils/test/result_collection_api/README.md')
-rw-r--r--utils/test/result_collection_api/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/utils/test/result_collection_api/README.md b/utils/test/result_collection_api/README.md
new file mode 100644
index 000000000..d73274c69
--- /dev/null
+++ b/utils/test/result_collection_api/README.md
@@ -0,0 +1,16 @@
+# result_collection_api
+
+## prepare:
+Install:
+
+```
+pip install testtools
+pip install discover
+```
+
+## How to:
+run_test.sh:
+
+```
+bash ./run_test.sh
+```