1# Automatic tests for SDK 2 3## Purpose 41. Download daily sdk 52. Run xts test which in auto_xts_test 63. Run sdk_test which in sdk_test 74. Run performance test which in performance_test 85. Send the result by Email 9 10## Usage 11### How to work 12In timer.py, it will run downloading sdk,xts, sdk_test,performance_test, and send email, you can delete any of them if you don't need run the test. 13If you do not want to run test immediately, delete run_all() 14Set email infos in email_config 15### Note 16It will find the daily build in last 24 hours, if failed to download, the test will stop. 17Do not close the cmd or terminal, or it will not run at the time you specified. 18All tests can run without others, read the seperate readme for more details. 19