import unit test from nose2.tools import params @params(1, 2, 3) def test_nums(num): assert num < 4 class Test(unittest.
確定! 回上一頁