由于刚刚开始用python去写测试接口框架,在写的过程中遇到No tests were found问题
原因:python中unittest框架是以Test开头的方法,所以定义方法或类不能以Test开头
问题图: