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

Function test_task_90

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

Source from the content-addressed store, hash-verified

973 assert black_ratio > 0.3, "The black pixel percentage does not exceed 30%."
974
975def test_task_90(trajectory):
976 image_path = "./output/90.png"
977 ref_path = "./data/90.jpeg"
978
979 assert os.path.exists(image_path)
980
981def test_task_91(trajectory):
982 image_path = "./output/91.png"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected