Files @ a62af7d509ee
Branch filter:

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

Marcin Kuzminski
fixes #228 - added detection of assigned groups to prevent errors on sqlite
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass