Skip to content

Intro to TDD session using the coin changer kata in Python

License

Notifications You must be signed in to change notification settings

qcldn/coin-changer-kata-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coin Changer Kata in Python

An example of the coin changer kata in Python. For use in the Queer Code London session on 20th May 2017.

Setup

If you're following along at home:

Mac

brew install python3
pip3 install pytest-watch

Ubuntu

sudo apt-get install python3
sudo apt-get install python3-pip
sudo pip3 install pytest-watch

Credits

Session by @dirv, code by @dirv and @andreamazza89.

Questions, comments, pull requests

This repository is not being actively maintained. For all feedback please contact @dirv.