(trajectory)
| 1375 | assert html_files_exist |
| 1376 | |
| 1377 | def 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 | |
| 1385 | def test_task_144(trajectory): |
nothing calls this directly
no outgoing calls
no test coverage detected