Skip to content
Discussion options

You must be logged in to vote

Hey @TheCaffinatedDeveloper - great questions here! We have a ton of integration / E2E tests in Pytest (we rely heavily on these tests for both testing the Python SDK itself as well as for testing new features of the engine).

The TL;DR here is we don't have any of this documented officially and are planning to work on that soon, but we have some well-worn E2E testing patterns that are working well for us. Unit testing is a bit harder given the amount of internal stuff we'd likely need to mock to get a unit test environment working, but it's on our radar to figure out how to make this more sane. Some thoughts on E2E testing below:

For our own CI / local testing, we have a test suite runnin…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by abelanger5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants