DiamondLightSource/dodal
在 GitHub 查看Move mock aperture scatterguard logic into the mock device
Open
#1,764 创建于 2025年12月8日
good first issue
仓库指标
- Star
- (4 star)
- PR 合并指标
- (PR 指标待抓取)
描述
Currently there is quite a bit of logic in tests/devices.conftest that is used to give a vaguely usable aperture_scatterguard device. Similar logic also exists in mx-bluesky. Following https://github.com/bluesky/ophyd-async/issues/1039 we can now make this logic the default for the device and remove it from the tests of dodal/mx-bluesky.
Acceptance Criteria
- When you create a mock
ApertureScatterguardyou get something like the one created in theconftest - The logic for this is no longer added in both the
dodalandmx-blueskytests