##// END OF EJS Templates
merge with beta
merge with beta

File last commit:

r2241:b2a2868d codereview
r2336:aa2f0e43 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...