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
Building on #1 and #2 we can produce a clean integration test that handles both init and send, and provides some good abstractions on top of all accesses to the instance. Spend time pulling these helper methods into their own module and making the vm access in the integration test clean. This is the same code we will need to call into the vm in production - it should be reusable (outside the test itself).
The text was updated successfully, but these errors were encountered:
Building on #1 and #2 we can produce a clean integration test that handles both
init
andsend
, and provides some good abstractions on top of all accesses to the instance. Spend time pulling these helper methods into their own module and making the vm access in the integration test clean. This is the same code we will need to call into the vm in production - it should be reusable (outside the test itself).The text was updated successfully, but these errors were encountered: