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

Function test_task_84

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

Source from the content-addressed store, hash-verified

875 assert is_proportionally_similar(new_image, ref_image), "The concatenated image is not proportionally similar to the reference image."
876
877def test_task_84(trajectory):
878 image_path ="./output/84.png"
879 ref_path = "./data/84.jpeg"
880 assert os.path.exists(image_path)
881 with Image.open(image_path) as img:
882 #print("In")
883 width, height = img.size
884 #print("AAA",width, height)
885 assert width==height
886
887
888

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected