view pylons_app/tests/functional/test_summary.py @ 177:93bd77e1f3c1

Changed auth basic handler only for mercurial request.
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 21 May 2010 20:50:03 +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...