view pylons_app/tests/functional/test_changelog.py @ 167:e5a25c57c97f

files source updated to use webhelpers huminizer for file size, and added link to annotation
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 21 May 2010 02:12:41 +0200
parents aec4c0071cb3
children 7c978511c951
line wrap: on
line source

from pylons_app.tests import *

class TestChangelogController(TestController):

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