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

Function test_task_143

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

Source from the content-addressed store, hash-verified

1375 assert html_files_exist
1376
1377def test_task_143(trajectory):
1378 output_folder = "./output/143"
1379
1380 # 检查目标文件夹中是否存在 HTML 文件
1381 html_files_exist = any(file.endswith('.html') for file in os.listdir(output_folder))
1382 assert html_files_exist
1383
1384
1385def test_task_144(trajectory):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected