view pylons_app/tests/functional/test_admin.py @ 95:a214462101d2

Change logic for more vcs based.
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 24 Apr 2010 17:15:57 +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...