view rhodecode/tests/functional/test_admin_repos_groups.py @ 1718:f78bee8eec78 beta

reduce cookie size for better support of client side sessions
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 25 Nov 2011 19:25:10 +0200
parents c310e1e1e757
children
line wrap: on
line source

from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass