(trajectory)
| 1362 | |
| 1363 | assert os.path.exists(output_folder) |
| 1364 | def 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 | |
| 1370 | def test_task_142(trajectory): |
| 1371 | output_folder = "./output/142" |
nothing calls this directly
no outgoing calls
no test coverage detected