Files @ 2632a49cb402
Branch filter:

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

Marcin Kuzminski
fixes issue #372
- improved detection of git operation, that caused to return bad data and created a security bug
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass