diff rhodecode/tests/__init__.py @ 1818:cf51bbfb120e beta

auto white-space removal
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 29 Dec 2011 07:35:51 +0200
parents a87aa385f21c
children 82a88013a3fd 8b1a79ad7a42
line wrap: on
line diff
--- a/rhodecode/tests/__init__.py	Thu Dec 29 06:59:07 2011 +0200
+++ b/rhodecode/tests/__init__.py	Thu Dec 29 07:35:51 2011 +0200
@@ -44,7 +44,7 @@
 
 ##RUNNING DESIRED TESTS
 # nosetests -x rhodecode.tests.functional.test_admin_settings:TestSettingsController.test_my_account
-# nosetests --pdb --pdb-failures 
+# nosetests --pdb --pdb-failures
 environ = {}
 
 #SOME GLOBALS FOR TESTS
@@ -107,4 +107,3 @@
     def checkSessionFlash(self, response, msg):
         self.assertTrue('flash' in response.session)
         self.assertTrue(msg in response.session['flash'][0][1])
-