view pylons_app/tests/functional/test_changelog.py @ 195:7109d15c6813

cleared prints leftoovers, and changed current user fetching in login controller
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 22 May 2010 16:07:28 +0200
parents aec4c0071cb3
children 7c978511c951
line wrap: on
line source

from pylons_app.tests import *

class TestChangelogController(TestController):

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