_*_coding: utf-8 _*_ import pytest @pytest.fixture() def login(): print(" This is a login method ") return ('tome', '123') @pytest.fixture()
確定! 回上一頁