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
Is there a way to perform unit tests on handlers without using integration tests? There doesn't seem to be a way to mock the context objects in the SDK.
The text was updated successfully, but these errors were encountered:
Hi, this is at the moment not planned. Thanks to the contribution here #41 you can now test using testcontainers, and that's what we generally recommend people to do, as it gives guarantees that the code will behave similarly to how it would behave in production. More on the matter here: restatedev/documentation#377
Is there a way to perform unit tests on handlers without using integration tests? There doesn't seem to be a way to mock the context objects in the SDK.
The text was updated successfully, but these errors were encountered: