view pylons_app/tests/functional/test_admin.py @ 194:3d1dd13887f9

invalidate the repo list also for online changes. Small fixes in LoginRequired decorator. Cleaned hgwebdir config.
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 22 May 2010 02:20:26 +0200
parents 2e1247e62c5b
children 7c978511c951
line wrap: on
line source

from pylons_app.tests import *

class TestAdminController(TestController):

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