Description
In this course, you will :
- Learn how to incorporate test-driven development best practises into your programming workflow and refactor legacy codebases using agile methodologies.
- Explore continuous integration and how to write automated Python tests.
- You will apply everything we've learned so far to create code that includes error handlers, automated tests, and refactored functions.
Syllabus :
- Test-Driven Development Overview
- A Practical Introduction to Test-Driven Development
- Integrating Test-Driven Development into Your Workflow
- Test-Driven Development Project: Random Person Generator