sandiegopython/test-driven-django-development

Change wording in section, Displaying the comment form

riseriyo opened this issue · 0 comments

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."