Files @ 3648a2b2e17a
Branch filter:

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

Marcin Kuzminski
accept that repos are read-only - very convenient for testing.

Users are prompt to confirm they want to use read only paths.
org author: Mads Kiilerich
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass