On Python

发布时间 2023-06-14 13:17:00作者: 大脚板同志

Chapter 11 Test-Driven Development

  • Test-Driven Development Principles

TDD 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.