Add tutorial 7: testing #9443
Unanswered
heitorPB
asked this question in
Ideas & Suggestions
Replies: 2 comments 1 reply
-
Have you tried using the standard Django testing suite? I find it flexible enough for my testing needs. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Agree with Martin, Django testing practices are very much applicable to DRF. The library provides some utilities that build on top of it, but that's a small layer of abstraction to make it more suitable for testing: https://www.django-rest-framework.org/api-guide/testing/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Testing is an important part of software development, but the tutorial does not cover that. I'd like to suggest adding another part about testing.
PS: I'm struggling with testing a DRF appBeta Was this translation helpful? Give feedback.
All reactions