view pylons_app/tests/functional/test_tags.py @ 181:55c875d8608b

added login logout and annotate to urls
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 21 May 2010 23:24:43 +0200
parents aec4c0071cb3
children 7c978511c951
line wrap: on
line source

from pylons_app.tests import *

class TestTagsController(TestController):

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