the name of your test function should start with "test". import unittest class c(unittest.TestCase): kv = ((1, 2), (3, 4)) def test_cc(self): for k, ...
確定! 回上一頁