openflexure-microscope-server/tests/mock_things/mock_csm.py
2025-07-10 09:24:49 +01:00

12 lines
319 B
Python

"""Testing submodule with mock Camera Stage Mapping Things.
These mocks are designed to be inserted as dependencies to provide specific
functionality and return values.
The mocks do not subclass Things. Instead, they return predefined
answers to functions.
"""
class MockCSMThing:
image_resolution = (123, 456)