coding:utf-8 import pytest class Test(): def setup_method(self): print('這是setup函式前置內容') def teardown_method(self): print('這 ...
確定! 回上一頁