#!/usr/bin/env python # -*- coding: utf-8 -*- import pytest @pytest.fixture() def login(): print("這是個登錄方法") return ('tom','123') ...
確定! 回上一頁