diff options
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 +``` |