Toggle navigation
Public journal
Gists
Create New Gist
All Public Gists
Search
My Pull Requests
Not Logged In
Login to Your Account
Username:
Password:
Forgot password?
Don't have an account?
hg
kallithea
Toggle navigation
Summary
Changelog
Files
Pull Requests
Options
Compare
Search
Files @ d3200c58764e
Branch filter:
beta at d3200c58764e
default
stable
-
(closed) beta
(closed) celery
(closed) codereview
(closed) issue-108
(closed) kallithea-2.2.5-rebrand
(closed) rhodecode-2.2.5-gpl
Location:
kallithea
/
rhodecode
/
tests
/
functional
/
test_admin_repos_groups.py
Show Full History
Show Authors
d3200c58764e
89 B
text/x-python
Show Annotation
Show as Raw
Download as Raw
Marcin Kuzminski
implemented
#663
Admin/permission: specify default repogroup perms
- added migration that adds new default permission for groups
- merged with patch from Vincent Caron
1
2
3
4
from
rhodecode.tests
import
*
class
TestReposGroupsController
(
TestController
):
pass