Files @ 0f7355d3c196
Branch filter:

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

Marcin Kuzminski
Load generated revs while switching to other sources of pull-requests.
Issue before was that extra tags or bookmarks weren't present in the dropdown
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass