Unit Testing in Python

Unit Testing in Python

NeuralNine

2 года назад

22,152 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Bozok
Bozok - 15.07.2023 23:16

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!

Ответить
Yogesh Gathe
Yogesh Gathe - 06.07.2023 20:47

Informative video ❤️

Ответить
Ben Westburg
Ben Westburg - 30.12.2022 09:11

Awesome great exokanation

Ответить
bruhhhhh
bruhhhhh - 26.09.2022 06:37

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

Ответить
JB
JB - 15.09.2022 15:15

Hi, is there repo that you put these codes?

Ответить
Steven Rosario
Steven Rosario - 30.07.2021 01:23

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

Ответить
R.P. McMerphy
R.P. McMerphy - 28.07.2021 10:54

1. Why don't you import specific function instead of a whole module? For instance instead of "import myfunctions" use "from myfunctions import multiply_with_loop" so when you referencing your function just type multiply_with_loop (previously myfunctions.multiply_with_loop).
2. You have changed the reference to built-in function "add" and no longer be able to use in in this module. Better to name local variables like _add.

Ответить
introspection
introspection - 25.07.2021 05:07

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

Ответить
ÖmerFİ
ÖmerFİ - 24.07.2021 12:19

could you make a tutorial about pytest

Ответить
IDK__ & __IDK
IDK__ & __IDK - 23.07.2021 13:26

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

Ответить
Tiberiu Claudiu Dascal
Tiberiu Claudiu Dascal - 22.07.2021 09:14

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

Ответить
PSYCHO
PSYCHO - 22.07.2021 08:38

Is it somewhat like codewars testing..??

Ответить
Aliou DIOUF
Aliou DIOUF - 22.07.2021 00:15

There is simpler and newer than unittest: pytest

Ответить
lo schifo di youtube italia
lo schifo di youtube italia - 21.07.2021 22:46

nice!

Ответить
Cleiber Reis
Cleiber Reis - 21.07.2021 20:10

Amazing content!

Ответить
Yash Kulkarni
Yash Kulkarni - 21.07.2021 19:21

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

Ответить
Fahad Hassan
Fahad Hassan - 21.07.2021 18:19

Nice tool

Ответить
ज्ञान मंत्र
ज्ञान मंत्र - 21.07.2021 17:36

🔥

Ответить