TDD in Python with pytest - Part 3

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:

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

Hi Why should not a function return float or string?

nischalsehrawat