No starting docstrings with This

This commit is contained in:
Julian Stirling 2025-07-10 00:59:47 +01:00
parent f51dae7b3a
commit be6a6ca6fe
13 changed files with 46 additions and 68 deletions

View file

@ -1,10 +1,10 @@
"""This testing submodule contains mock autofocus things.
"""Testing submodule with mock Autofocus Things.
These mocks are designed to be inserted as dependencies to give specific
functionality and returns.
These mocks are designed to be inserted as dependencies to provide specific
functionality and return values.
The mocks do not subclass, and instead return very specific defined answers
to functions
The mocks do not subclass Things. Instead, they return predefined
answers to functions.
"""

View file

@ -1,10 +1,10 @@
"""This testing submodule contains mock background detect things.
"""Testing submodule with mock Background Detect Things.
These mocks are designed to be inserted as dependencies to give specific
functionality and returns.
These mocks are designed to be inserted as dependencies to provide specific
functionality and return values.
The mocks do not subclass, and instead return very specific defined answers
to functions
The mocks do not subclass Things. Instead, they return predefined
answers to functions.
"""
from openflexure_microscope_server.things.background_detect import ChannelDistributions

View file

@ -1,10 +1,10 @@
"""This testing submodule contains mock camera stage mapping things.
"""Testing submodule with mock Camera Stage Mapping Things.
These mocks are designed to be inserted as dependencies to give specific
functionality and returns.
These mocks are designed to be inserted as dependencies to provide specific
functionality and return values.
The mocks do not subclass, and instead return very specific defined answers
to functions
The mocks do not subclass Things. Instead, they return predefined
answers to functions.
"""

View file

@ -1,10 +1,10 @@
"""This testing submodule contains stage things.
"""Testing submodule with mocks StageThings.
These mocks are designed to be inserted as dependencies to give specific
functionality and returns.
These mocks are designed to be inserted as dependencies to provide specific
functionality and return values.
The mocks do not subclass, and instead return very specific defined answers
to functions
The mocks do not subclass existing Things. Instead, they return predefined
answers to functions.
"""