Files @ 33c69eb9df9f
Branch filter:

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

Marcin Kuzminski
Fixed create function landing_rev. default branch can actually be different for new imported repos. Tip is always there
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass