view pylons_app/tests/functional/test_search.py @ 463:a03250279b15

test for register page
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 06 Sep 2010 00:34:23 +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...