-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathZresource.txt
More file actions
33 lines (22 loc) · 922 Bytes
/
Copy pathZresource.txt
File metadata and controls
33 lines (22 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
原文链接:https://my.oschina.net/u/3041656/blog/820023
读取配置文件
设置log输出格式
https://www.cnblogs.com/wenwei-blog/p/7196658.html
https://www.cnblogs.com/yyds/p/6901864.html
https://docs.python.org/3/library/logging.html#logging-levels
设置接口
设置数据库MySQL
pip install pymysql
设置发送邮件
从excel中读取用例
从xml中读取sql语句
编写测试用例
unittest
框架运行的入口 读取caselist.txt
测试报告:HTMLTestRunner
HTMLTestRunner: http://tungwaiyip.info/software/HTMLTestRunner.html python2.7
http://www.cnblogs.com/miniren/p/5301081.html#commentform 修改为python3.x
https://blog.csdn.net/huilan_same/article/details/77944829 中文 + echart饼图 + 样式微调
报告添加饼图:https://my.oschina.net/u/3041656/blog/1563911
https://matplotlib.org/gallery
pip install matplotlib