【发布时间】:2015-07-22 14:40:23
【问题描述】:
我有一个在 bash 中运行的测试套件,在它下面使用了许多 python 脚本。我想在测试套件期间查看覆盖了多少 python 脚本。
我查看了 python-coverage ,但这只适用于完全用 python 编写的套件。有谁知道我可以连接到 python 的任何工具,提供脚本列表并在套件完成后查看覆盖结果?
TIA
【问题讨论】:
标签: python unit-testing testing code-coverage qa