view pylons_app/tests/functional/test_summary.py @ 82:670713507d03

Moved summary to seperate controller, little cleanups in templates. added archives to summary
author Marcin Kuzminski <marcin@python-blog.com>
date Sun, 18 Apr 2010 00:31:58 +0200
parents
children 7c978511c951
line wrap: on
line source

from pylons_app.tests import *

class TestSummaryController(TestController):

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