摘要: ``` import unittest import sys class TestStringMethod(unittest.TestCase): @classmethod def setUpClass(self): print('test start') @classmethod def tear 阅读全文
posted @ 2023-01-28 15:43 wjybq 阅读(13) 评论(0) 推荐(0)