##// 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_settings.py
9 lines | 290 B | text/x-python | PythonLexer
from pylons_app.tests import *
class TestSettingsController(TestController):
def test_index(self):
self.log_user()
response = self.app.get(url(controller='settings', action='index',
repo_name='vcs_test'))
# Test response...