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

Tests succeeded in section, Readable URLs, and Update View #126

Closed riseriyo closed 9 years ago

riseriyo commented 10 years ago

In Readable URLs, under Update View, the tutorial states that readers should update the blog/views.py: "In the views file, we have to update our code to be able to handle the new parameters we are capturing in the URL pattern. We will be using these captured parameters to find the right blog entry. We will be replacing the code for the method get_entry. "

But I didn't change the get_entry() function and was able to run the new tests, test_url and test_invalid_url, successfully. Is the paragraph above correct then?

treyhunner commented 9 years ago

I don't know what this issue is about and I don't see any of that text in the current text in the Readable URLs section.

Is this still relevant?

riseriyo commented 9 years ago

If the text has changed, then this is probably not relevant. Closing issue.