##// END OF EJS Templates
Added tag v1.1.3 for changeset 4fa80e0484ef
Added tag v1.1.3 for changeset 4fa80e0484ef

File last commit:

r1021:0ea8eca2 beta
r1059:74015c16 default
Show More
test_journal.py
7 lines | 205 B | text/x-python | PythonLexer
from rhodecode.tests import *
class TestJournalController(TestController):
def test_index(self):
response = self.app.get(url(controller='journal', action='index'))
# Test response...