pytest ---setup和teardown簡單用法. ... coding:utf-8 import pytest class Test(): def setup_class(self): print('這是setup函式前置內容') def ...
確定! 回上一頁