##// END OF EJS Templates
merged with beta branch
merged with beta branch

File last commit:

r734:49eb69d7 beta
r857:3d0661b8 merge 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...