comparison 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
comparison
equal deleted inserted replaced
733:ac701b421053 734:49eb69d78988
1 from rhodecode.tests import *
2
3 class TestJournalController(TestController):
4
5 def test_index(self):
6 response = self.app.get(url(controller='journal', action='index'))
7 # Test response...