view rhodecode/tests/functional/test_admin.py @ 547:1e757ac98988

renamed project to rhodecode
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 06 Oct 2010 03:18:16 +0200
parents pylons_app/tests/functional/test_admin.py@6b934c9607e7
children dd06bdf974c8
line wrap: on
line source

from rhodecode.tests import *

class TestAdminController(TestController):

    def test_index(self):
        self.log_user()
        response = self.app.get(url(controller='admin/admin', action='index'))
        assert 'Admin dashboard - journal' in response.body,'No proper title in dashboard'
        # Test response...