Files @ c35980ae7958
Branch filter:

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

Marcin Kuzminski
Don't always return action, raise an Exception if we cannot check what the action is
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass