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

File last commit:

r2244:77e376fd codereview
r2430:9f372811 merge codereview
Show More
test_pullrequests.py
7 lines | 215 B | text/x-python | PythonLexer
from rhodecode.tests import *
class TestPullrequestsController(TestController):
def test_index(self):
response = self.app.get(url(controller='pullrequests', action='index'))
# Test response...