view pylons_app/tests/functional/test_admin.py @ 65:3f65447f6c02

Small fix for data display
author Marcin Kuzminski <marcin@python-blog.com>
date Sat, 10 Apr 2010 16:45:13 +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...