diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-05-17 13:27:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-17 13:27:30 +0000 |
commit | 7bdca0c0aa809200e8edc11a852dee79cb46690f (patch) | |
tree | ea0d72925cbfd4108052f0b3c67e7ee0c2d314ba /utils/test/result_collection_api/README.md | |
parent | 137ef7912881dc6ebb3cf93ed6f2d6d3cd8fadfa (diff) | |
parent | 892a693978fa78c8091e861e246e859d20fe99c4 (diff) |
Merge "add unittest framework for supporting unittest in testAPI"
Diffstat (limited to 'utils/test/result_collection_api/README.md')
-rw-r--r-- | utils/test/result_collection_api/README.md | 16 |
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 +``` |