Skip to content

panchambharadwaj/TDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Test Driven Development using Python

Example 1: Checkout

A small project to learn test driven development.

What does this example do?

  • Can create instance of Checkout class
  • Can add item price
  • Can add an item
  • Can calculate the current total
  • Can add multiple items and get correct total
  • Can add discount rules
  • Can apply discount rules to the total
  • Exception is thrown for item added without a price

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages