Files @ c77d5c6358eb
Branch filter:

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

Marcin Kuzminski
Implemented #670 Implementation of Roles in Pull Request
- only owner, reviewer or admin can change status or close pull request
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass