##// END OF EJS Templates
implements #329...
implements #329 - api function for adding a users_group into repo - fixed found issues on API with missing params detection - updated docs for api

File last commit:

r1382:c310e1e1 beta
r1793:631caf88 beta
Show More
test_admin_repos_groups.py
4 lines | 89 B | text/x-python | PythonLexer
/ rhodecode / tests / functional / test_admin_repos_groups.py
from rhodecode.tests import *
class TestReposGroupsController(TestController):
pass