Skip to content

Commit 6aea9cb

Browse files
committed
Add pytest for the image download
1 parent b0917ad commit 6aea9cb

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

tools/blog_automation/test_blog_exporter.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55

66
@pytest.mark.parametrize(
77
"example_image",
8-
["https://drive.google.com/open?id=1o4byZahHg6KpqvKlJU_IJ0RKZ-nmcMnw",
9-
"https://drive.google.com/file/d/1o4byZahHg6KpqvKlJU_IJ0RKZ-nmcMnw/view"]
8+
[
9+
"https://drive.google.com/open?id=1o4byZahHg6KpqvKlJU_IJ0RKZ-nmcMnw",
10+
"https://drive.google.com/file/d/1o4byZahHg6KpqvKlJU_IJ0RKZ-nmcMnw/view",
11+
"https://drive.google.com/open?id=1DF08PAjvFPBv8ZGigjwiaFn1JP8TUHg7"
12+
]
1013
)
1114
def test_download_image_and_copy_to_repo(example_image):
1215
blog_filename = "test_blog_image"

0 commit comments

Comments
 (0)