开始时间: 02/20/2021 持续时间: Unknown
所在平台: Coursera 课程类别: 其他类别 大学或机构: CourseraNew |
|
课程主页: https://www.coursera.org/learn/a-practical-introduction-to-test-driven-development
Explore 1600+ online courses from top universities. Join Coursera today to learn data science, programming, business strategy, and more.课程评论:没有评论
To be a proficient developer you need to have a solid grasp of test writing before putting code into production. In this course, we will take a hands-on look at Test-Driven Development by writing and implementing tests as soon as week one. TDD starts with good unit tests, so we will start there. Topics will also cover translating user specs into unit tests, applying the Red-Green-Refactor mantra, and applying mocks in python with the unittest.mock module. Once finished, you will have covered all the steps of TDD before development
Unit Testing best practices
The Red-Green-Refactor cycle in practice
The power of mocks