view pylons_app/tests/functional/test_search.py @ 407:0c9dfae57107

fixed path issue
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 18 Aug 2010 00:02:21 +0200
parents b153a51b1d3b
children cbe777be5b8c
line wrap: on
line source

from pylons_app.tests import *

class TestSearchController(TestController):

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