##// END OF EJS Templates
Rewrote url routes to make all validations and parsing for compare view + added compare fork button into forked repos
Rewrote url routes to make all validations and parsing for compare view + added compare fork button into forked repos

File last commit:

r2244:77e376fd codereview
r2363:745dda78 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...