view rhodecode/tests/functional/test_admin_repos_groups.py @ 3380:01fe360a66c0 beta

fixed pull-requests with cherry picking changesets - fixed tests for them
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 19 Feb 2013 01:57:59 +0100
parents c310e1e1e757
children
line wrap: on
line source

from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass