Class docstrings
This commit is contained in:
parent
11a1fd7f85
commit
a30b726b91
16 changed files with 118 additions and 10 deletions
|
|
@ -9,4 +9,11 @@ answers to functions.
|
|||
|
||||
|
||||
class MockCSMThing:
|
||||
"""A mock CSM Thing that imports no code from CameraStageMapper.
|
||||
|
||||
The class needs functionality added to it over time as more complex
|
||||
mocking is needed. It imports no code from CameraStageMapper so that coverage
|
||||
is not artificially inflated.
|
||||
"""
|
||||
|
||||
image_resolution = (123, 456)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue