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

Function test_task_141

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

Source from the content-addressed store, hash-verified

1362
1363 assert os.path.exists(output_folder)
1364def test_task_141(trajectory):
1365 output_folder = "./output/141"
1366
1367 html_files_exist = any(file.endswith('.html') for file in os.listdir(output_folder))
1368 assert html_files_exist
1369
1370def test_task_142(trajectory):
1371 output_folder = "./output/142"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected