From eb5361bf0dca15fed1c09e01edce07748feae8af Mon Sep 17 00:00:00 2001 From: Haofei Yu <1125027232@qq.com> Date: Wed, 17 Apr 2024 06:19:18 -0400 Subject: [PATCH] support testing of serialization --- tests/database/test_serialization.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tests/database/test_serialization.py b/tests/database/test_serialization.py index be29b889a..e91fc2554 100644 --- a/tests/database/test_serialization.py +++ b/tests/database/test_serialization.py @@ -21,19 +21,6 @@ jsonl_to_agentprofiles, ) -PK = "test_pk" - - -def test_env_profile_serialization() -> None: - env_profile = EnvironmentProfile( - pk=PK, - scenario="The conversation between two friends in a cafe", - agent_goals=[ - "trying to figure out the gift preference of the other agent, but not let them know you are buying gift for them", - "to have a good time", - ], - ) - def test_episode_log_serialization() -> None: episode_log = EpisodeLog(