@pytest.mark.marker_self def test_global_function(): assert 1 == 1 ... print("class method setup function") def teardown_method(self, ...
確定! 回上一頁