# HG changeset patch # User Pawel Solyga # Date 1242413676 -7200 # Node ID 594b55099fabe99af02b62c69cd863e55774ce7f # Parent 0d4b4aa5b9694474a2ae7a90d218f9fbf475488a Style fixes in test_functional.py. diff -r 0d4b4aa5b969 -r 594b55099fab 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 ' - 'User Profile in order to view this page' in tb.contents) - + 'User Profile in order to view this page' in tb.contents) \ No newline at end of file