Files @ 00498b3e4c88
Branch filter:

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

Marcin Kuzminski
Cleaned the way cache keys are invalidated
should fix issue #504 RhodeCode is showing different
versions of README on different summary page loads
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass