view pylons_app/tests/functional/test_feed.py @ 455:37fb1e6d0e58

fixed css
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 04 Sep 2010 00:04:33 +0200
parents 66b20f525750
children 7c978511c951
line wrap: on
line source

from pylons_app.tests import *

class TestFeedController(TestController):

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