You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dodal developers have produced various useful ways to test ophyd-async devices such as verify(). Some of these should probably make it back into main and sit alongside other helper functions like set_sim_signal.
Dodal developers have produced various useful ways to test ophyd-async devices such as
verify()
. Some of these should probably make it back intomain
and sit alongside other helper functions likeset_sim_signal
.I think we need 3 helper functions:
assert_value(signal: SignalR[T], value: T)
assert_reading(readable: Readable, reading: Reading)
assert_configuration(readable: Readable, configuration: Configuration)
Acceptance Criteria
verefy()
and any other old functions that can be supersededThe text was updated successfully, but these errors were encountered: