view pylons_app/tests/functional/test_file.py @ 137:cf32c4cc26e8

fixed graph when repository is empty moved imports to top and removed some lfet over prints
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 09 May 2010 14:46:54 +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...