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

Function test_task_30

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

Source from the content-addressed store, hash-verified

375
376
377def test_task_30(trajectory):
378 final_answer=trajectory[-1]['content']
379 answer_list=["323","237"]
380 flag=False
381 for ans in answer_list:
382 if ans in final_answer:
383 flag=True
384 assert flag
385
386def test_task_31(trajectory):
387 #ref_path="./gpt4_output/smoker_charges_relationship.png"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected