##// END OF EJS Templates
api: don't report invalidated cache_keys after invalidating a repo...
api: don't report invalidated cache_keys after invalidating a repo The keys are an implementation detail and is never relevant outside RhodeCode internals and should not be leaked.

File last commit:

r688:8acbfa83 beta
r3759:12ca667b beta
Show More
test_changeset.py
8 lines | 279 B | text/x-python | PythonLexer
from rhodecode.tests import *
class TestChangesetController(TestController):
def test_index(self):
response = self.app.get(url(controller='changeset', action='index',
repo_name=HG_REPO,revision='tip'))
# Test response...