Files @ 42981614c624
Branch filter:

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

Marcin Kuzminski
vcs: fixed issues with calling get_changesets method doesn't
throws EmptyRepositoryError when called on empty repos
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass