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

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

from pylons_app.tests import *

class TestBranchesController(TestController):

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