test_show.py import pytest def test_sample1(): assert 1 == 1 def test_sample2(): ... @pytest.mark.parametrize("a,b,c", [(1, 2, 3), (4, 5, ...
確定! 回上一頁