TDD in Python with pytest - Intro

preview_player
Показать описание
In this Python workshop I will show you how Test-Driven Development (TDD) works, through the creation of a very simple Python class.
TDD is a very powerful technique that can boost your productivity and save an incredible amount of debug time, if used correctly. A good test suite will immediately spot if changes to your code broke the intended behaviour, and thus allow you to perform safe refactoring. TDD is one of the pillars of modern development, and cannot be overlooked.

#Python #TDD #pytest

The code from this video can be found at:

The videos, music and fonts I used in this video are

Thanks to these artists who provided such useful assets for free.

You Can Find Me On:

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

TDD is a mindset?? this means that there is no technological method ... just a lot of talking? finally everyone will do what crosses his/her mind? is that TDD?

ShukyPersky