Apply suggestions from code review of branch bg_detect_in_camera
Co-authored-by: Beth Probert <beth_probert@outlook.com>
This commit is contained in:
parent
cc05ab4b5f
commit
238d022342
5 changed files with 24 additions and 16 deletions
|
|
@ -14,11 +14,11 @@ from openflexure_microscope_server.background_detect import (
|
|||
|
||||
|
||||
class MockCameraThing:
|
||||
"""A mock background detect Thing that imports no code from BackgroundDetectThing.
|
||||
"""A mock camera Thing that imports no code from ``BaseCamera``.
|
||||
|
||||
The class needs functionality added to it over time as more complex
|
||||
mocking is needed. It imports no code from BackgroundDetectThing so that coverage
|
||||
is not artificially inflated.
|
||||
mocking is needed. It imports no code from ``BaseCamera or any other
|
||||
camera Thing, so that coverage is not artificially inflated.
|
||||
"""
|
||||
|
||||
background_detector_status = BackgroundDetectorStatus(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue