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

Function test_task_142

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

Source from the content-addressed store, hash-verified

1368 assert html_files_exist
1369
1370def test_task_142(trajectory):
1371 output_folder = "./output/142"
1372
1373 # 检查目标文件夹中是否存在 HTML 文件
1374 html_files_exist = any(file.endswith('.html') for file in os.listdir(output_folder))
1375 assert html_files_exist
1376
1377def test_task_143(trajectory):
1378 output_folder = "./output/143"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected