use WerewolfEnv

This commit is contained in:
better629 2024-04-08 19:38:37 +08:00
parent 05b0f5782b
commit f54bb159b5
9 changed files with 67 additions and 200 deletions

View file

@ -122,7 +122,6 @@ class TestActualRetrieve:
action = RetrieveExperiences(collection_name=self.collection_name)
all_experiences = action.collection.get()
logger.info(f"{len(all_experiences['metadatas'])=}")
print(*["metadatas"][-5:], sep="\n")
@pytest.mark.asyncio
async def test_retrieve_werewolf_experience(self):