view rhodecode/tests/functional/test_journal.py @ 734:49eb69d78988 beta

implemented user dashboards, and following system.
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 22 Nov 2010 03:57:47 +0100
parents
children 0765fd5bf668
line wrap: on
line source

from rhodecode.tests import *

class TestJournalController(TestController):

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