1、remove BOM:
https://blog.youkuaiyun.com/mighty13/article/details/78077867
2、ConfigParser :读取配置文件的包
https://www.cnblogs.com/zhou2019/p/10599953.html
3、os:操作文件相关的包
os.path.split(os.path.realpath(file)):按照路径将文件名和路径分隔开,获取当前执行脚本的绝对路径
os.path.join:路径拼接函数
4、使用ElementTree解析xml函数
5、logging 日志
详解:https://www.cnblogs.com/xianyulouie/p/11041777.html
6、threading.Lock 多线程中的log
https://blog.youkuaiyun.com/u012067766/article/details/79733801
7、ERROR:root:coercing to Unicode: need string or buffer, instancemethod found
更改:文件类型错误,增加str ,解决报错
8、root:AllTest instance has no attribute ‘set_case_