view pylons_app/tests/functional/test_shortlog.py @ 447:70c2750531d3

rewrote sorting on main page, to clickable headers. Update my account with better repo list some css fixes
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 03 Sep 2010 07:34:38 +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...