Test Driven Development (TDD) with Python
Update: 2021-10-20
Description
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.
https://code.tutsplus.com/tutorials/beginning-test…
https://rubikscode.net/2019/03/04/test-driven-deve…
Linkedin Feel free to contact me.
Comments
In Channel