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

Change wording on section Adding a Comment Model #115

Closed riseriyo closed 9 years ago

riseriyo commented 10 years ago

Suggestion: Change from: "Let’s write a unicode_ method for our Comment model like we did for our Entry model earlier.

First we should create a test in blog/tests.py. Our test should look very similar to the unicode test we wrote for entries earlier. This should suffice:"

To: "Before we write a unicode_ method for our Comment model similar to what we did for our Entry model earlier, let's first create a test in blog/tests.py.

Our test should look very similar to the unicode test we wrote for entries earlier. This should suffice:"