view pylons_app/tests/functional/test_shortlog.py @ 192:f191f99f59c9

full changelog caching, secured changelog with LoginRequired, some minor changes in graph
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 22 May 2010 01:58:36 +0200
parents db39d0ca5308
children 7c978511c951
line wrap: on
line source

from pylons_app.tests import *

class TestShortlogController(TestController):

    def test_index(self):
        response = self.app.get(url(controller='shortlog', action='index'))
        # Test response...