Testing RESTful APIs #14
Unanswered
alberbm-dev
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Testing of REST APIs is outside the scope of this course, but surely an interesting topic. Personally, not something I have a lot of experience but a colleague suggested this:
Does it help? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone! 👋
I really enjoyed yesterday's session about testing in Python, as I think it's a crucial skill to develop quality code. I, however, would have liked to learn more about testing more complex elements, such as RESTful APIs. I have created some tests for these myself in the past, but I still find myself wondering how to improve them. I usually have questions regarding mocking endpoints and their responses, which tests and assertions make sense to include, etc.
Does anybody have good insights or knows any quality source of information about this topic?
Beta Was this translation helpful? Give feedback.
All reactions