#!/usr/bin/python3 #-*-coding:utf-8-*- import pytest @pytest.mark.parametrize("name",["張三","李四"]) def test_name(name): print(name).
確定! 回上一頁