view pylons_app/tests/functional/test_file.py @ 112:f7c403e89d5b

updated appglobals, to handle only the baseui config. removed hg app from it
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 28 Apr 2010 01:55:34 +0200
parents aec4c0071cb3
children
line wrap: on
line source

from pylons_app.tests import *

class TestFileController(TestController):

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