Python
Testing
Utilities to test your handler logic.
The Python SDK has a testing harness to test your Restate handlers.
This uses Testcontainers to run a Restate Server in a Docker container and provides a client to let you test your Restate handlers.
Then you can test it via:
Was this page helpful?