Chapter 11 Test-Driven Development
- Test-Driven Development Principles
标签:Development,Python,feature,writing,Driven,Test From: https://www.cnblogs.com/chadyoungs/p/17479915.htmlTDD consists of writing test cases that cover a desired feature, then writing the feature itself. In other words, the usuage examples are written before the code even exists.