Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Coursera Project Network

Use Python Unit Test to Demonstrate TDD

Coursera Project Network via Coursera

Overview

By the end of this project, you will use the python unittest package to create an application using test-driven development (TDD). Test Driven Development or TDD involves writing tests before the python application is implemented. Writing the test before implementing the code means the tests should fail when they are executed, which removes the likelihood of a test returning a false positive result. It also is another means of verifying the code specification, especially if the tests are written by a person or group outside of the core development team. Finally, the tests may be executed every time a code modification occurs to keep the code base in check. Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.

Syllabus

  • Use Python Unit Test to Demonstrate TDD
    • By the end of this project, you will use the python unittest package to create an application using test-driven development (TDD).

Taught by

David Dalsveen

Reviews

Start your review of Use Python Unit Test to Demonstrate TDD

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.