bluesky / ophyd-async

Hardware abstraction for bluesky written using asyncio
https://blueskyproject.io/ophyd-async
BSD 3-Clause "New" or "Revised" License
7 stars 21 forks source link

Add more detail to error message when a mock value sequence isn't consumed #350

Closed callumforrester closed 1 month ago

callumforrester commented 1 month ago

Add the values that were consumed and the values that remain to be consumed as well as the name of the signal in question. It can be confuseing in tests that set value sequences for multiple signals.