我有以下代碼: import pytest @pytest.fixture def example_smtp(): return "example" class TestClass(object): def test_function(self, example_smtp): # 1 obj ...
確定! 回上一頁