##// END OF EJS Templates
rewrote graph plotting, added zooming and json dump insted of stupid string formating.
rewrote graph plotting, added zooming and json dump insted of stupid string formating.

File last commit:

r473:6b934c96 celery
r486:5c376ac2 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...