Mercurial > public > bravenewsurf
changeset 35:5992b6b1bcd2
Fix out of date comments and test names in bands and reviews.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 06 Nov 2011 13:55:16 -0600 |
parents | 37d9b6b1a097 |
children | 1eb4b4072888 |
files | bns_website/bands/tests/view_tests.py bns_website/reviews/tests.py |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/bns_website/bands/tests/view_tests.py Sat Nov 05 23:53:10 2011 -0500 +++ b/bns_website/bands/tests/view_tests.py Sun Nov 06 13:55:16 2011 -0600 @@ -8,9 +8,9 @@ class ViewTest(TestCase): - def test_home(self): + def test_bands(self): """ - Tests the home page to ensure it displays without errors. + Tests the bands page to ensure it displays without errors. """ response = self.client.get(reverse('bands'))
--- a/bns_website/reviews/tests.py Sat Nov 05 23:53:10 2011 -0500 +++ b/bns_website/reviews/tests.py Sun Nov 06 13:55:16 2011 -0600 @@ -8,9 +8,9 @@ class ViewTest(TestCase): - def test_home(self): + def test_reviews_list(self): """ - Tests the home page to ensure it displays without errors. + Tests the reviews page to ensure it displays without errors. """ response = self.client.get(reverse('reviews'))