In your pytest test, don't use @pytest.mark.parametrize : def test_print_name(name): print ("Displaying name: %s" % name). In conftest.py :
確定! 回上一頁