Files @ 0cef54d34605
Branch filter:

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

Marcin Kuzminski
Pass in old groups data to CanWriteToGroup validator for later skipping group checks.
This will be a part of refactoring done to do user permissions changes without messing with main
repo form data
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass