##// END OF EJS Templates
added caching queries to hg-app
added caching queries to hg-app

File last commit:

r473:6b934c96 celery
r482:7afbc45a celery
Show More
test_changelog.py
8 lines | 255 B | text/x-python | PythonLexer
from pylons_app.tests import *
class TestChangelogController(TestController):
def test_index(self):
self.log_user()
response = self.app.get(url(controller='changelog', action='index',repo_name='vcs_test'))
# Test response...