xUnit style 結構的fixture用於初始化測試函式, pytest fixture是對傳統的xUnit ... import pytest @pytest.fixture(scope="function") def login(): ...
確定! 回上一頁