##// END OF EJS Templates
fixed archives headers, Thanks to Thomas Waldmann
fixed archives headers, Thanks to Thomas Waldmann

File last commit:

r1021:0ea8eca2 beta
r1238:438524e8 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...