You need to return your values in your run function for them to be available in test : async def run(): conn = await asyncpg.connect(db_url) ...
確定! 回上一頁