TDD Full Course (Learn Test Driven Development with Python)

TDD Full Course (Learn Test Driven Development with Python)

Wes Doyle

3 года назад

69,474 Просмотров

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


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

Di7ooo
Di7ooo - 23.09.2023 23:01

Wow.. to not know what you do not know.. thanks mate. Watched thousands of YT tutorials in my lifetime and this is one of the top10 richest and clearest.

Ответить
Lucrecia G
Lucrecia G - 25.08.2023 16:56

I need subtitles 😭

Ответить
Haider Gill
Haider Gill - 22.06.2023 23:28

Can I suggest you prefix variable with type i.e. obj = obj, int = integer, flo = float, str = string, lis, dic e.g. lis_dic_ents tells me ents is a list of dictionaries...

Ответить
Brahim Sliti
Brahim Sliti - 12.04.2023 01:45

It's so clear thanks a lot

Ответить
Harris Ngwenya
Harris Ngwenya - 21.03.2023 14:03

Thanks for this one bro, a good intro to TDD, it was my first time learning about this and I feel like I do understand everything you have covered.

Ответить
horoshuhin
horoshuhin - 07.01.2023 19:04

this is one of the great videos about TTD I've seen so far

Ответить
Biny's code
Biny's code - 27.12.2022 07:34

Hey

First, thank you very much for this really good walking-through guide. One of the good ones I've seen.

Secondly, a developer who knows his way around Vim is always appreciated

Ответить
Luke Bauer
Luke Bauer - 30.11.2022 19:49

Amazing video. I am wondering though if displacy wasn't only added in to the running code, and so now 9/15 tests fail due to a missing "displacy" argument.

Ответить
Bernard Amofah
Bernard Amofah - 31.10.2022 15:35

can the dependencies like spacy, pytest and flask be installed using a python dependency management tool like poetry?

Ответить
Ali Sakanak
Ali Sakanak - 21.10.2022 09:52

Anyone any clue why my flask tests take over a minute to simply assert the title of the app?

Ответить
scienceisrobots
scienceisrobots - 18.09.2022 22:11

Would love a deep-dive on your vim setup and workflow !

Ответить
Alvin Cruz
Alvin Cruz - 03.09.2022 16:18

TDD is wonderful.

Ответить
Paul Vickers
Paul Vickers - 07.08.2022 16:53

for the setup for windows it's : source env/Scripts/activate

Ответить
WeOutHere
WeOutHere - 12.07.2022 04:26

The fact that this video is over an hour long and results in nothing like the app shown at the start is a testament to every argument against TDD

Ответить
Heather Gray
Heather Gray - 06.04.2022 22:12

In the description it says you are using pytest which is what need to learn. Then I watch 25% of the video and see that you are using unittest?

Ответить
Marek Jablonski
Marek Jablonski - 28.03.2022 21:44

It's awesome. Perfect explanation, voice and example. So glad that google suggest me this video.

Ответить