Your ability to simplify complex concepts and deliver them in an engaging manner has made learning an absolute delight. Thank you for sharing your expertise and making a significant impact!
To the world, you may be just a teacher but to me, you are a hero! Wishing you a Happy Guru Purnima! I bow to the one who has inspired me and taught the right way of life! You are the inspiration who made me overcome every hurdle in python ❤️
Just unit testing is useless in real world apps. I have 12500+ test in real application and this isn't relevent at all to real problems. Because, tests are most of all about your architecture and design. You need to write application with some abstraction layers to have ability to test each layer seperatly (Unit Testing) and together (Integration Testing).
Your ability to simplify complex concepts and deliver them in an engaging manner has made learning an absolute delight. Thank you for sharing your expertise and making a significant impact!
I really enjoyed this tutorial. Now unit testing in python doesn't look like a foreign language. Thank you NeuralNine
To the world, you may be just a teacher but to me, you are a hero! Wishing you a Happy Guru Purnima! I bow to the one who has inspired me and taught the right way of life! You are the inspiration who made me overcome every hurdle in python ❤️
Thank you for the video. It also would be interesting to listen about Test Fixture and Test Suites.
Love that intro
Pls tell the music name
@@mohammedsaad3801 hey take this, ruclips.net/video/lwpH_Qm7-Kw/видео.html
very nice, easy explaining and great way to learn unittest.
thanks for sharing
Good video. A great place for beginners to Python to see unittesting and why its important.
Informative video ❤️
Thanks
Awesome great exokanation
bro how did you get the regex replace to go to the bottom of the editor?
Is it somewhat like codewars testing..??
Yup very similar
@@ononaokisama Thanks
There is simpler and newer than unittest: pytest
But does it perform better? That is the question
@@ononaokisama YES!
Sir an you please make a project on data visualization using python and Power Bi. That will be great help for data analyst begineer
Amazing content!
Hi, is there repo that you put these codes?
could you make a tutorial about pytest
Nice tool
@14:30 what shortcut did you use to replace the text like that?
Ctrl + R
nice!
🔥
Just unit testing is useless in real world apps. I have 12500+ test in real application and this isn't relevent at all to real problems. Because, tests are most of all about your architecture and design. You need to write application with some abstraction layers to have ability to test each layer seperatly (Unit Testing) and together (Integration Testing).
First