Skip to content

Companion code for the February 2016 talk about Test Driven Development (TDD)

License

Notifications You must be signed in to change notification settings

python-frederick/tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Driven Development Sample Code

This repository contains code presented at the Python Frederick talk from February 2016. The code demonstrates the basics of unit testing. It is not an exemplary demonstration of great API design. The sample project, a calculator, is a straight forward concept to expore and helps to avoid distraction from the real subject matter: testing.

The code shown here is the final state of the demonstration. There are various git tags to represent the different steps in the process. Each tag has a name like step1. To view the number of steps, run git tag from a terminal. To look at an individual step, run git checkout stepX where X is the number in the step sequence.

About

Companion code for the February 2016 talk about Test Driven Development (TDD)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages