From 892a693978fa78c8091e861e246e859d20fe99c4 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Tue, 17 May 2016 21:05:27 +0800 Subject: 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 --- utils/test/result_collection_api/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 utils/test/result_collection_api/README.md (limited to 'utils/test/result_collection_api/README.md') 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 +``` -- cgit 1.2.3-korg