Skip to content

Commit

Permalink
support testing of serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
lwaekfjlk committed Apr 17, 2024
1 parent 4deaf22 commit eb5361b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions tests/database/test_serialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit eb5361b

Please sign in to comment.