主题
测试客户端能复现应用运行在Web服务器中的环境,让测试充当客户端来发送请求。
python app.py
coverage run -m unittest test_client.py coverage report
Ran 5 tests in 0.037s FAILED (errors=4)
详见
https://gitee.com/PatrickW/flask-web/blob/master/src/case4_test_client