view pylons_app/tests/functional/test_login.py @ 398:8c50b164fb58

Implemented basic gravatar support on admin pages only for now
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 08 Aug 2010 01:26:23 +0200
parents 8337dd6492a9
children e95621133eb6
line wrap: on
line source

from pylons_app.tests import *

class TestLoginController(TestController):

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