import pytest from db import DB @pytest.fixture(scope="function") def db(): # 初始化DB ... 我們可以把 --strict-markers 直接寫入 pytest.ini
確定! 回上一頁