Apply suggestions from code review of branch camera_modes
Co-authored-by: Joe Knapper <joe.knapper@glasgow.ac.uk>
This commit is contained in:
parent
bc7204f554
commit
071d62e8a0
11 changed files with 28 additions and 28 deletions
|
|
@ -52,9 +52,9 @@ def test_format(picamera_client):
|
|||
image_format="png",
|
||||
retain_image=True,
|
||||
)
|
||||
jpeg_capture = Image.open(blob.open())
|
||||
jpeg_capture.verify()
|
||||
assert jpeg_capture.format == "PNG"
|
||||
png_capture = Image.open(blob.open())
|
||||
png_capture.verify()
|
||||
assert png_capture.format == "PNG"
|
||||
|
||||
|
||||
def test_standard_capture_size(picamera_client):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue