##// END OF EJS Templates
fixed archive names, added setup command to contributing docs.
fixed archive names, added setup command to contributing docs.

File last commit:

r1021:0ea8eca2 beta
r1237:f7bb54f8 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...