我使用nosetests命令执行python文件,我经常一次运行100多个python文件,根据@attr值将跳过很多次测试用例文件.是否有插件可用于获取测试用例结果或摘要的摘要,如下所示
Test1 --> passed Test2 --> failed Test3 --> error Test4 --> skipped
python nose nosetests
nose ×1
nosetests ×1
python ×1