﻿Thanks
======

Dave Astels, for the article "A New Look at Test-Driven Development", which inspired this module.
	http://blog.daveastels.com/files/BDD_Intro.pdf

Dan North, for the article "Introducing BDD", which clarified my ideas on BDD.
	http://dannorth.net/introducing-bdd

Trent Hick, for the recipe "A Better assertRaises() for unittest.py", posted on
the ActiveState Programmer Network. In particular, I cribbed the ideas of checking
an exception's arguments, and matching the exception's string against a regular
expression.
	http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/307970