view pylons_app/tests/functional/test_summary.py @ 112:f7c403e89d5b

updated appglobals, to handle only the baseui config. removed hg app from it
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 28 Apr 2010 01:55:34 +0200
parents 670713507d03
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...