I\'m looking for a test framework like Ruby\'s RSpec to do test driven development in Python. The advantage of a framework like RSpec is that it offers a DSL that lends itself w
http://pythonhosted.org/behave/
This is one solution to behavior driven development in python. Might help.