Test Driven Development (TDD) with Python

Published: April 27, 2020, 12:30 p.m.

Test-driven development (TDD) is a software development process that relies on the repetition of a very short development cycle: requirements are turned into very specific test cases, then the code is improved so that the tests pass. This is opposed to software development that allows code to be added that is not proven to meet requirements.


Apple Podcasts - https://link.chtbl.com/Apple_Podcasts

Spotify - https://link.chtbl.com/8_-EyCh1

Google Podcasts - https://link.chtbl.com/kQr7HKma

Castbox - https://link.chtbl.com/rVlRcBZN



https://code.tutsplus.com/tutorials/beginning-test-driven-development-in-python--net-30137

https://rubikscode.net/2019/03/04/test-driven-development-tdd-with-python/