龙卷风试验跑者的覆盖支持

时间:2013-05-31 13:10:37

标签: python unit-testing tornado coverage.py

我需要获得我在龙卷风中的项目的报道报告。

但我无法获得使用龙卷风转轮而不是标准库中的龙卷风的配置。

1 个答案:

答案 0 :(得分:1)

通常只是

coverage run /the/test/runner options to test runner

有时会使用--source=thepackage删除残障。

当你跑步时会发生什么?