diff rhodecode/tests/test_libs.py @ 1416:df04752daa64 beta

test env update
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 02 Jul 2011 20:38:54 +0200
parents fced98787f40
children 2afe9320d5e6
line wrap: on
line diff
--- a/rhodecode/tests/test_libs.py	Sat Jul 02 19:16:39 2011 +0200
+++ b/rhodecode/tests/test_libs.py	Sat Jul 02 20:38:54 2011 +0200
@@ -4,7 +4,7 @@
     ~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
-    Package for testing varios lib/helper functions in rhodecode
+    Package for testing various lib/helper functions in rhodecode
     
     :created_on: Jun 9, 2011
     :copyright: (c) 2011 by marcink.
@@ -16,7 +16,6 @@
 import unittest
 from rhodecode.tests import *
 
-
 proto = 'http'
 TEST_URLS = [
     ('%s://127.0.0.1' % proto, ['%s://' % proto, '127.0.0.1'],