Test with postman or django-rest-framework test

304 views Asked by At

i have a doubt about the tests in drf, did you use the test drf or postman? or maybe you do both because in postman you create the documentation and and you can do a constant monitoring, what thing do you recommend me?

1

There are 1 answers

0
Zhivko Zaikov On

Use postman or other tool to check how your api is working and then make the tests. Tests are always good as if you change a code related to certain test you can immediately perform the test and check how it behaves.