unittest,pytest,nose,robot framework简介
unittest: Python自带,最基础的单元测试框架
nose: 基于unittest开发,易用性好,有许多插件
pytest: 同样基于unittest开
2020-02-06