sandiegopython / test-driven-django-development

This repository contains materials for a San Diego Python workshop on learning Django with test inspired development
http://test-driven-django-development.readthedocs.org/
Other
102 stars 35 forks source link

Add docstrings for every test class #78

Open treyhunner opened 10 years ago

treyhunner commented 10 years ago

I think test classes should be described. We could update the tutorial and code to add descriptive docstrings to encourage this behavior (while explaining what they are).

Thoughts on this?