Files @ c363267bbec7
Branch filter:

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

Marcin Kuzminski
fixes #265 ldap save fails sometimes on converting attributes to booleans, added getter and setter
into model that will provent from this errors on db model level
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass