view pylons_app/tests/functional/test_settings.py @ 365:ec7b76d4bda4

Added initial query skipp when seting up the app. Added internal server error when deleting user using ajax permission form removed graph unneded code
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 27 Jul 2010 14:41:43 +0200
parents 05b212954275
children 7c978511c951
line wrap: on
line source

from pylons_app.tests import *

class TestSettingsController(TestController):

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