Getting Code Coverage Data for Each Request Coming to A Python Web Server
2024-4-27 07:15:48 Author: hackernoon.com(查看原文) 阅读量:0 收藏

Too Long; Didn't Read

Code coverage is a metric used in software testing to measure the extent to which the source code of a program has been executed during testing. It indicates the percentage of code that has been covered by the test cases. We will demonstrate how to get the coverage data for each incoming request on a python web server built using any web framework.


文章来源: https://hackernoon.com/getting-code-coverage-data-for-each-request-coming-to-a-python-web-server?source=rss
如有侵权请联系:admin#unsafe.sh