##// END OF EJS Templates
version bump
version bump

File last commit:

r875:0765fd5b beta
r940:6c01c12e rhodecode-0.0.1.1.2 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...