Files @ bb6ba7442293
Branch filter:

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

Marcin Kuzminski
Fixed methods for checking if path in routes is a repo
added method for checking if path in route is a repos_group
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass