import pytest @pytest.fixture() def myfixture(): print("执行myfixture前半部分") yield print("执行myfixture的后半部分") class ...
確定! 回上一頁