view pylons_app/tests/functional/test_tags.py @ 508:fdb78a140ae4

fixes #35 hg-app does not respect SCRIPT_NAME
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 28 Sep 2010 02:31:10 +0200
parents 6b934c9607e7
children
line wrap: on
line source

from pylons_app.tests import *

class TestTagsController(TestController):

    def test_index(self):
        self.log_user()
        response = self.app.get(url(controller='tags', action='index',repo_name='vcs_test'))
        # Test response...