标签: python unit-testing python-unittest
我想知道如何实施check_step01功能。
check_step01
class MyCase(unittest.TestCase): def test_step01(self): //do testing @unittest.skipIf(check_step01, "step01 not pass") def test_step02(self): //do testing