Single line summaries of docstrings

This commit is contained in:
Julian Stirling 2025-07-10 01:58:14 +01:00
parent 35d47fe3ed
commit 4dc41bb008
20 changed files with 153 additions and 115 deletions

View file

@ -32,8 +32,9 @@ def test_calibration(client):
def test_jpeg_and_array(client):
"""Check that grabbing a jpeg from the stream results in the same size
image as a array capture or a jpeg capture.
"""Check that a jpeg grabbed from the stream is the same size as other captures.
Compare it to an array capture and a jpeg capture.
"""
# Grab a jpeg from the stream
blob = client.grab_jpeg()