Files @ 851ea1139169
Branch filter:

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

Tony Bussieres
No more relying on user agent to check if the request is for a git action. Patch candidate for issue #368
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass