Style fixes in test_functional.py.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Fri, 15 May 2009 20:54:36 +0200
changeset 2318 594b55099fab
parent 2317 0d4b4aa5b969
child 2319 3eee2308f1dd
Style fixes in test_functional.py.
tests/test_functional.py
--- a/tests/test_functional.py	Fri May 15 18:01:43 2009 +0200
+++ b/tests/test_functional.py	Fri May 15 20:54:36 2009 +0200
@@ -26,6 +26,7 @@
 
 import os.path
 
+
 class MelangeFunctionalTestCase(FunctionalTestCase):
   """A base class for all functional tests in Melange.
 
@@ -54,6 +55,7 @@
 
     self.assertTrue("Powered by Melange" in tb.contents)
 
+
 class TestLogin(MelangeFunctionalTestCase):
   """Tests that check the login system is functioning correctly.
 
@@ -95,5 +97,4 @@
 
     # call to action no longer on front page
     self.assertFalse('Please create <a href="/user/create_profile">'
-        'User Profile</a> in order to view this page' in tb.contents)
-
+        'User Profile</a> in order to view this page' in tb.contents)
\ No newline at end of file