Files @ 11feddcd75bb
Branch filter:

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

Marcin Kuzminski
after hooks cleanup we don't need to have ui injections into repo so we don't need to cache git repos
- change to @property fixes all odd concurrency issues with zlib decompressions
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass