目录结构:
切换到项目目录下:
minitest -m test.first_test -c config.json -g
查看报告:
python -m http.server 12345 -d outputs
--outputs 为报告生成目录
--需要安装HTTPServer pip install HTTPServer
查看报告:http://localhost:12345/
原文:https://www.cnblogs.com/aiyumo/p/14893360.html