Files @ f61adead3520
Branch filter:

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

Marcin Kuzminski
Added option to ini files for controlling full cache of VCS instances.
This can increase performance for huge repositories like 300K changesets
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass