##// END OF EJS Templates
merge beta into codereview
merge beta into codereview

File last commit:

r2241:b2a2868d codereview
r2280:c9e3ea5b merge codereview
Show More
test_compare.py
7 lines | 205 B | text/x-python | PythonLexer
from rhodecode.tests import *
class TestCompareController(TestController):
def test_index(self):
response = self.app.get(url(controller='compare', action='index'))
# Test response...