Mercurial > public > bravenewsurf
diff bns_website/bands/tests/view_tests.py @ 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 | 48ff23eab86a |
children |
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'))