Style fixes in 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