view rhodecode/tests/functional/test_admin_repos_groups.py @ 3089:4cc9bb83ecb4 beta

Fixed some issues with edit form - unified code (but still a lot of duplicated code left over) - fixed forms - fixed validators
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 13 Dec 2012 03:34:19 +0100
parents c310e1e1e757
children
line wrap: on
line source

from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass