📜  为什么测试失败测试 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:01.432000             🧑  作者: Mango

代码示例1
-> Why we would want to rerun the failed test cases?
    - If a bunch of tests are failing from a
    big regression suite, we don't want to
    rerun the whole suite again.
    -> Therefore we just re-run the failed tests to
    make sure those tests are actually failing and
    it is not a syncronization issue