view pylons_app/tests/functional/test_file.py @ 173:7c96c0783d43

fixed improper template in admin
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 21 May 2010 03:03:09 +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...