from pytest import fixture def make_app(): app = Application() # Config your app here return app @fixture def test_fixture(loop, test_client): """Test ...
確定! 回上一頁