(trajectory)
| 1368 | assert html_files_exist |
| 1369 | |
| 1370 | def 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 | |
| 1377 | def test_task_143(trajectory): |
| 1378 | output_folder = "./output/143" |
nothing calls this directly
no outgoing calls
no test coverage detected