@pytest.fixture(autouse=True) def mock_login(monkeypatch): """Unit tests should never need to call login() or logout(), as doing so would use real developer ...
確定! 回上一頁