view rhodecode/tests/functional/test_journal.py @ 1146:cb77867d69d3

fixed changelog release date
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 17 Mar 2011 21:34:21 +0100
parents 49eb69d78988
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...