python-sdk
python-sdk copied to clipboard
[Feat] Async tests
Related Issues
https://github.com/descope/etc/issues/5922
Related PRs
| branch | PR |
|---|---|
python-sdk: feat/async-methods (Link) |
PR #665 |
Description
Updated test cases to use IsolatedAsyncioTestCase and async test methods. Added async_mode support. Created testing utils to unify the mocking and asserting between async and sync modes.
Must
- [x] Tests
- [ ] Documentation (if applicable)