美文网首页
Writing my first Django app - 6

Writing my first Django app - 6

作者: 游文影月志 | 来源:发表于2020-08-03 17:42 被阅读0次

1. The benefits of testing

  • Save time.
  • Tests don‘t just identify problems, they prevent them.

2. Basic testing strategies

  • Test-driven development: write tests before write code.
  • More often, a newcomer to testing will create some code and later decide that it should have some tests.

3. Writing my first test

相关文章

网友评论

      本文标题:Writing my first Django app - 6

      本文链接:https://www.haomeiwen.com/subject/jjrbrktx.html