Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
hjwp committed Feb 19, 2012
1 parent 150b16a commit 47cdbf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial03.rst
Expand Up @@ -299,7 +299,7 @@ I've imported the views module, so I can refer to my various view functions as

I like my way because it uses the 'real' view - it requires that we actually
have a view defined in ``views.py``, and that it imports properly... But it's a
personal preference!
personal preference.

Re-running our tests should show us a different error::

Expand Down Expand Up @@ -623,7 +623,7 @@ can click.
The way we'd fix this is in the ``home.html`` template, by adding an ``<a href=``.

So is this something we write a unit test for as well? Some people would tend to
say that this is one unit test too many... Since this is a guide to `rigorous`
say that this is one unit test too many... Since this is a guide to **rigorous**
TDD, I'm going to say we probably should in this case.

On the other hand, if we write a unit test for every single last bit of html
Expand Down
1 change: 1 addition & 0 deletions workshop.rst
Expand Up @@ -183,3 +183,4 @@ Checkout next part::
Now we follow ``tutorial03.rst`` , starting from the section called
**At last! An FT for a normal page** (circa line 175)


0 comments on commit 47cdbf0

Please sign in to comment.