view pylons_app/tests/functional/test_file.py @ 95:a214462101d2

Change logic for more vcs based.
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 24 Apr 2010 17:15:57 +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...