Apply suggestions from code review of branch dont-mutate-tuning-files
Co-authored-by: Joe Knapper <joe.knapper@glasgow.ac.uk>
This commit is contained in:
parent
e9c912d910
commit
7d583dcf94
2 changed files with 14 additions and 7 deletions
|
|
@ -17,11 +17,11 @@ def camera_test_client(
|
|||
):
|
||||
"""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.
|
||||
|
||||
:param cam: The camera Thing to be used. If not supplied a new one will be created.
|
||||
:param settings_folder: The settings folder for the camera, if none is supplies new
|
||||
:param settings_folder: The settings folder for the camera, if none is supplied, new
|
||||
temporary directory will be used as the settings folder.
|
||||
"""
|
||||
if cam is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue