Files @ 27be8f94c207
Branch filter:

Location: kallithea/rhodecode/tests/functional/test_admin_repos_groups.py

Marcin Kuzminski
implements #226 repo groups available by path
fixes #259 Groups with the same name but with different parent group
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass