Unit Testing in Python

preview_player
Показать описание
In this video we learn how to properly test our code in Python, using unit testing.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

I really enjoyed this tutorial. Now unit testing in python doesn't look like a foreign language. Thank you NeuralNine

tibish
Автор

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!

bozok
Автор

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 ❤️

idk____idk
Автор

very nice, easy explaining and great way to learn unittest.
thanks for sharing

hkhsm
Автор

Is it somewhat like codewars testing..??

kaneki_ken_
Автор

bro how did you get the regex replace to go to the bottom of the editor?

bruhhhhh
Автор

Good video. A great place for beginners to Python to see unittesting and why its important.

stevenrosario
Автор

There is simpler and newer than unittest: pytest

alioudiouf
Автор

could you make a tutorial about pytest

omerfi
Автор

@14:30 what shortcut did you use to replace the text like that?

bossragegamer
Автор

Hi, is there repo that you put these codes?

Abdullahkbc
Автор

Sir an you please make a project on data visualization using python and Power Bi. That will be great help for data analyst begineer

yashkulkarni
Автор

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).

rishatsharafiev