view pylons_app/tests/functional/test_admin.py @ 286:6603c9891b91

tooltip display bugfix
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 22 Jun 2010 21:24:22 +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...