view pylons_app/tests/functional/test_settings.py @ 320:05b212954275

Implemented owner settings, as separete posibility to edit repositry by non administrative owner of repository
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 30 Jun 2010 15:35:10 +0200
parents
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...