comparison rhodecode/tests/_test_concurency.py @ 1734:48d4fcf04a29 beta

another major refactoring with session management
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 27 Nov 2011 00:50:19 +0200
parents a404060706c0
children 8ecc6b8229a5
comparison
equal deleted inserted replaced
1733:ac54aa4200e8 1734:48d4fcf04a29
51 51
52 add_cache(conf) 52 add_cache(conf)
53 53
54 USER = 'test_admin' 54 USER = 'test_admin'
55 PASS = 'test12' 55 PASS = 'test12'
56 HOST = '127.0.0.1:5000' 56 HOST = 'hg.local'
57 METHOD = 'pull' 57 METHOD = 'pull'
58 DEBUG = True 58 DEBUG = True
59 log = logging.getLogger(__name__) 59 log = logging.getLogger(__name__)
60 60
61 61