Files @ f533c054fb19
Branch filter:

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

Marcin Kuzminski
It's better to use Exception here than assertion. It plays better with the exception handling software like sentry or errormator
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass