I always ignored writing tests but for one of the certification assessment I have to. I am so glad I found this tutorial. Exactly what I was looking for. Super explanation 🙏🙏 Cheers
You all probably dont care at all but does anybody know of a way to get back into an Instagram account?? I stupidly forgot my account password. I would love any tips you can give me.
@Crosby Tristen i really appreciate your reply. I found the site thru google and I'm waiting for the hacking stuff atm. Looks like it's gonna take a while so I will get back to you later with my results.
I don't only want to check the status codes but also the responses if it is relevant to parameters or not? what should be my logic? when I am getting multiple dictionaries in json
but what if the expected field value is foreign-key of other models' UUID, how can we grab the id from other models and use it as other models' field value?
Pymike sto seguendo il tuo corso su Udemy.. penso di aver capito questa parte.. volevo creare un prodotto (nel mio progetto) che voglio possano essere aggiunti solo da user admin.. come faccio ad implementare un test che faccia login con un account admin? Per ora ricevo solo 403 bad.. Se riuscissi a rispondere te ne sarei grato (ah utilizzando apitestcase
** when defining method while writing test cases, method name should start with test_ otherwise this wont work. just telling if someone trying whilst watching.
Hai spiegato benissimo, era proprio quello che cercavo. Grazie mille!!!!!
I always ignored writing tests but for one of the certification assessment I have to. I am so glad I found this tutorial. Exactly what I was looking for. Super explanation 🙏🙏 Cheers
Great, wonderful, excellent, everything is amazing. Before that i never wrote tests, Thank you for the great tutorial video. I've been subscribed.
Thank you kind person!
Thanks to you, I figured out why my put method didn't work.
Because I need to use reverse
The tests have always been a conflict for me. You really made a good explanation. Thank you
Glad I could help :)
You all probably dont care at all but does anybody know of a way to get back into an Instagram account??
I stupidly forgot my account password. I would love any tips you can give me.
@Oliver Landry instablaster ;)
@Crosby Tristen i really appreciate your reply. I found the site thru google and I'm waiting for the hacking stuff atm.
Looks like it's gonna take a while so I will get back to you later with my results.
@Crosby Tristen It did the trick and I finally got access to my account again. I'm so happy:D
Thank you so much, you saved my account!
Just what I was looking for. Thanks!
Glad to know so, you are very much welcome Adrian!
It was very useful for me to start with testing . thank you.
Glad to know so. You are welcome!
My suggestion: Caching, Redis, rabbitMQ, celery, in Django along with DRF & testing. Hope to this series in our channel. Thank you. 😄🙏
Thanks!! ❤️
@@pymike00 can i except as soon as possible?
I don't only want to check the status codes but also the responses if it is relevant to parameters or not? what should be my logic? when I am getting multiple dictionaries in json
regration case shows status 400...data is not passing to that view ? why it happen like this?
I love you. This was very useful to start with testing
Thank you very much, glad it could help! :)
but what if the expected field value is foreign-key of other models' UUID, how can we grab the id from other models and use it as other models' field value?
Pymike sto seguendo il tuo corso su Udemy.. penso di aver capito questa parte.. volevo creare un prodotto (nel mio progetto) che voglio possano essere aggiunti solo da user admin.. come faccio ad implementare un test che faccia login con un account admin? Per ora ricevo solo 403 bad..
Se riuscissi a rispondere te ne sarei grato (ah utilizzando apitestcase
How can I write testcases for microservice architecture . Any help is appreciated 😊
** when defining method while writing test cases, method name should start with test_ otherwise this wont work. just telling if someone trying whilst watching.
What theme are you using?
One Monokai
Thank you Sir.
You are very much welcome Zaky, I am glad you found the video useful :)
Hey man, the discount link is not working for me. Would you mind changing it to a working one?
For everybody else reading this: links where updated, you can find them in the description
Thanks alot
I want to check if the record is saved in the db as well
Can you guide me ?
Hi, the db used is a test db created specifically for the purpose of testing.
What extensions are you using to get all of that auto_completion and highlighting?
Python and Intellicode extensions only!
@@pymike00 viscualstudioexptteam.vscodeintellicode
this one?
What terminal are you using?
It's Visual Studio Code. Here is a review + setup: ruclips.net/video/vg24wionhFg/видео.html
beautiful
can u make tutorial for DRF - Token ststem. like oAuth, Session Token, Refresh Token, etc
I will publish something else from my course soon. Until then, here is the repo: github.com/pymike00/The-Complete-Guide-To-DRF-and-VueJS
Could you share the code on github? Thank you.
Sure: github.com/pymike00/The-Complete-Guide-To-DRF-and-VueJS
@@pymike00 thank you men.
Aladin :D
I'm getting an assertion error, someone please help.
AssertionError: 400 != 201
it means youre trying to fetch something from the database that does not exist
How to mock third party api called in my project and test my endpoints by your method