Files @ e4d2271e1193
Branch filter:

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

Marcin Kuzminski
Added get_all method to BaseModel, requires to define cls variable in child models
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass