view pylons_app/tests/functional/test_files.py @ 387:2a18192fbd1e

templating updates (font sizes)
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 05 Aug 2010 01:31:01 +0200
parents aec4c0071cb3
children 7c978511c951
line wrap: on
line source

from pylons_app.tests import *

class TestFilesController(TestController):

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