Shubham Jain
Shubham Jain
it's now being built here - https://github.com/keploy/python-sdk
@anudeepsamaiya the python sdk is still WIP. I don’t think Django is supported yet. I’ll keep you posted here. Most mature sdk is go followed by java and typescript/javascript
The Java SDK is available here - https://github.com/keploy/java-sdk
@aksh-02 thanks for the PR! I feel this could be a `debug` instead of an error because telemetry doesn't impact how users use keploy. Also, please do sign-off your commit...
@re-Tick @Sarthak160 any idea why the tests keep failing on this PR? We need to make it easier to debug these failed tests.
thanks, @aksh-02 . We've fixed the issue with the tests. merging this.
@luudis thanks for creating the feature request :) We are working on the design of code export feature. For now, have you tried the `go test` integration which you could...
We've started working on this. Tests will be exported as YAML files and be editable by the user. Mocks will also be exported separately and can be used in isolation....
Had an interesting discussion on Reddit. We need to ensure that we are able to confidently detect API contract drift on new code - https://www.reddit.com/r/softwaretesting/comments/sz9gag/jest_typescript_api_test_framework_example
Uber eats had an issue where the Paytm API changed the error code and they interpreted it as success. While assuming success as the default case for unknown errors is...