view pylons_app/tests/functional/test_files.py @ 218:58b46f9194c3 rhodecode-0.0.0.7.4

version bump. Made changesets work as should, but vcs had to be fixed for that.
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 25 May 2010 00:32:18 +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...