How do u test gokit endpoint #1142
Unanswered
chaudharisuresh997
asked this question in
Q&A
Replies: 1 comment 3 replies
-
An endpoint is just a function like any other, so you can create a mock service, generate endpoints for it, and test the inputs and outputs of those functions, just like any other unit test. For a more comprehensive approach, here is an example of an end-to-end "wireup" test. Is there something more specific you want to test? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can u please post and test where u are testing an endpoint of gokit.
Beta Was this translation helpful? Give feedback.
All reactions