-
Notifications
You must be signed in to change notification settings - Fork 587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(mock): add support reply option callbacks #1211
feat(mock): add support reply option callbacks #1211
Conversation
97544f7
to
bec4b76
Compare
Codecov Report
@@ Coverage Diff @@
## main #1211 +/- ##
==========================================
+ Coverage 93.38% 93.43% +0.05%
==========================================
Files 43 43
Lines 4035 4052 +17
==========================================
+ Hits 3768 3786 +18
+ Misses 267 266 -1
Continue to review full report at Codecov.
|
bec4b76
to
f467961
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
…ly-options-callback
This PR is similar to #1200, except it allows dynamic mocking of all reply options rather than just the
data
.This is useful in situations where the status code and the response headers need to be dynamically mocked.