##// END OF EJS Templates
pull requests draft UI
pull requests draft UI

File last commit:

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