(trajectory)
| 781 | assert height==224 |
| 782 | |
| 783 | def test_task_79(trajectory): |
| 784 | image_path="./output/79.png" |
| 785 | # 检查文件是否存在 |
| 786 | #print("Check",os.path.exists(image_path)) |
| 787 | assert os.path.exists(image_path) |
| 788 | with Image.open(image_path) as img: |
| 789 | #print("In") |
| 790 | width, height = img.size |
| 791 | #print("AAA",width, height) |
| 792 | assert width==1000 |
| 793 | assert height==500 |
| 794 | |
| 795 | def test_task_80(trajectory): |
| 796 | print("[ERROR]This test has error!!!!!!") |
nothing calls this directly
no outgoing calls
no test coverage detected