... pytest.fixture(autouse=True, scope="module") async def initial_posts(): initial_posts = [ PostDB(title="Post 1", content="Content 1"), ...
確定! 回上一頁