由于刚刚开始用python去写测试接口框架,在写的过程中遇到No tests were found问题

原因:python中unittest框架是以Test开头的方法,所以定义方法或类不能以Test开头

 

问题图:

python No tests were found问题解决方法

 

相关文章: