Files @ c137b8a81f8e
Branch filter:

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

Marcin Kuzminski
git+hg middleware do repo verification at earliest possible state, giving 404 as fast as possible. If repo is not found.
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass