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
Since TaskDetailsStore and ResultStore need to be subclassed (or duck-typed) by client code, we need to have a very simple example to show how to do this. This will also facilitate our testing, especially when doing integration tests between various units and moving toward end-to-end testing.
The text was updated successfully, but these errors were encountered:
Since
TaskDetailsStore
andResultStore
need to be subclassed (or duck-typed) by client code, we need to have a very simple example to show how to do this. This will also facilitate our testing, especially when doing integration tests between various units and moving toward end-to-end testing.The text was updated successfully, but these errors were encountered: