MCPcopy Create free account
hub / github.com/Mercury7353/PyBench / test_task_27

Function test_task_27

data/unit_test/tests.py:355–362  ·  view source on GitHub ↗
(trajectory)

Source from the content-addressed store, hash-verified

353 assert flag
354
355def test_task_27(trajectory):
356 final_answer=trajectory[-1]['content']
357 answer_list=["ABC","NBC"]
358 flag=False
359 for ans in answer_list:
360 if ans in final_answer:
361 flag=True
362 assert flag
363
364def test_task_28(trajectory):
365 final_answer=trajectory[-1]['content']

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected