We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a72f3 commit 0c647d3Copy full SHA for 0c647d3
2 files changed
features/img-characterize-image.feature
@@ -3,6 +3,7 @@ Feature: Characterize an image file
3
As a programmer using the advanced python-docx API
4
I need a way to determine the image content type and size
5
6
+ @wip
7
Scenario Outline: Characterize an image file
8
Given the image file '<filename>'
9
When I construct an image using the image path
@@ -18,3 +19,4 @@ Feature: Characterize an image file
18
19
| monty-truth.png | image/png | 150 | 214 | 72 | 72 |
20
| jfif-300-dpi.jpg | image/jpeg | 1504 | 1936 | 300 | 300 |
21
| lena_std.jpg | image/jpeg | 512 | 512 | 72 | 72 |
22
+ | lena.tif | image/tiff | 512 | 512 | 72 | 72 |
features/steps/test_files/lena.tif
768 KB
0 commit comments