Files @ ba4fb9c441c6
Branch filter:

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

Marcin Kuzminski
new dulwich based implementation of added/modified/removed
functions for GIT changeset. Much faster some test up to 70% speed
improvements. Pure awesomeness !
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass