标签:reason cond 接口 test condition 接口测试 pytho 原因 python
"""
@unittest.skip(reason)
reason描述为跳过原因
无条件的跳过被装饰的测试
@unittest.skipIf(condition,reason)
条件为真跳过
@unittest.skipUnless(condition,reason)
条件为假跳过
"""
标签:reason cond 接口 test condition 接口测试 pytho 原因 python
原文地址:https://www.cnblogs.com/zhangshan33/p/12015821.html