Apply suggestions from code review of branch Camera-tweaks
Co-authored-by: Beth Probert <beth_probert@outlook.com>
This commit is contained in:
parent
f710612a51
commit
f0c6ded1b6
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ EXPOSURE_TOL = 30
|
||||||
|
|
||||||
@contextmanager
|
@contextmanager
|
||||||
def camera_test_client(settings_folder: Optional[str] = None):
|
def camera_test_client(settings_folder: Optional[str] = None):
|
||||||
"""Yield a camera ThingClinet on a camera server.
|
"""Yield a camera ThingClient on a camera server.
|
||||||
|
|
||||||
This is a context manager not a pytest fixture as it needs to be created
|
This is a context manager not a pytest fixture as it needs to be created
|
||||||
multiple times in some tests.
|
multiple times in some tests.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue