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 in section, Displaying the comment form #120

Closed riseriyo closed 9 years ago

riseriyo commented 10 years ago

Change wording from: "We should write two tests: one to test for errors, and one to test a successful form submission."

to: "We should write two tests in our EntryViewTest: one to test for errors, and one to test a successful form submission."