Make a test function or method parameterized by parameters. import unittest from nose2.tools import params @params(1, 2, 3) def test_nums(num): assert num ...
確定! 回上一頁