Files @ 6cd0f8f8aef1
Branch filter:

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

Marcin Kuzminski
Let the function calculating changeset history do all the work
- fixed exception handling for fallback method
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass