Files @ 023f7873ef59
Branch filter:

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

Marcin Kuzminski
added caching layer into RSS/ATOM feeds
- updated code for new LimitedDiffContainers
- invalidate rss/atom cache keys on push
-
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass