An alternative is to add a TODO comment in each test rather than an outright failure.
一个可供选择的方法是在每个测试中添加一个todo注释而不是完全失败。
In each test, you exercise the API of your code, and you assert the expected results.
在各个测试里,你执行你的代码的API,验证期望的结果。
But the data I was dealing with in each test run varied across several orders of magnitude.
但是每次测试所要处理的数据都要跨越多个数量级。
应用推荐