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. Run spider script which in get commit log
96. Send the result by Email
10
11## Usage
12### How to work
13In entry.py, it will run downloading sdk,xts, sdk_test,performance_test, get commit log script, and send email, you can delete any of them if you don't need run the test.  
14If you do not want to run test immediately, delete run_all()  
15Set email infos in email_config  
16### Note
17It will find the daily build in last 24 hours, if failed to download, the test will stop.  
18Do not close the cmd or terminal, or it will not run at the time you specified.  
19All tests can run without others, read the seperate readme for more details.  
20