老师您好,帮忙解答下unittest运行的问题
来源:4-5 unittest用例执行顺序及case跳过

慕仰0001042
2019-10-11
1、执行unit test后,输出的结果中,为什么“run 2 tests in 0.298s”与“OK”穿插在case运行结果中?
写回答
1回答
-
Mushishi
2019-10-13
运行了两个case。花费0秒。说明你case里面没东西。
022019-10-18
相似问题
老师您好,帮忙解答下unittest运行的问题
来源:4-5 unittest用例执行顺序及case跳过
慕仰0001042
2019-10-11
1、执行unit test后,输出的结果中,为什么“run 2 tests in 0.298s”与“OK”穿插在case运行结果中?
1回答
Mushishi
2019-10-13
运行了两个case。花费0秒。说明你case里面没东西。
相似问题