Files @ 631caf880b87
Branch filter:

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

Marcin Kuzminski
implements #329
- api function for adding a users_group into repo
- fixed found issues on API with missing params detection
- updated docs for api
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass