Files @ 50927aedcab5
Branch filter:

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

Marcin Kuzminski
move the existing changeset checks bellow other checks else it can throw exceptions for non
existing repos
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass