Testing Discussion #101
Unanswered
AdamMcAdamson
asked this question in
Q&A
Replies: 1 comment 2 replies
-
After thinking about this more, I think that testing is actually rather complicated since it requires the manufacture of fake data. Usually a QA team would do this in real life. For now, it might be best that we just create a mock database with small amounts of data and test off of that. Then we could test each of the gin handler functions off of those. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to open the floor for discussion on testing for API. It is a bit of a grey area for me, so I would love to have your input on what kinds of testing we ought to perform and how.
Beta Was this translation helpful? Give feedback.
All reactions