Skip to content

Commit

Permalink
whitespace tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
hjwp committed Mar 6, 2013
1 parent 6598dbd commit 53216e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mysite/polls/tests.py
Expand Up @@ -34,6 +34,7 @@ def test_string_representation(self):
self.assertEqual(unicode(poll), "Why?")



class ChoiceModelTest(TestCase):

def test_creating_some_choices_for_a_poll(self):
Expand Down Expand Up @@ -73,6 +74,8 @@ def test_choice_defaults(self):
choice = Choice()
self.assertEquals(choice.votes, 0)



class HomePageTest(TestCase):

def test_root_url_resolves_to_home_page_view(self):
Expand Down

0 comments on commit 53216e1

Please sign in to comment.