view pylons_app/tests/functional/test_summary.py @ 522:b0507affa6f4

cleaned tags
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 28 Sep 2010 21:11:20 +0000
parents 6b934c9607e7
children
line wrap: on
line source

from pylons_app.tests import *

class TestSummaryController(TestController):

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