##// END OF EJS Templates
branch selectors: show closed branches too...
branch selectors: show closed branches too It would be even better if they were fetched dynamically somehow and perhaps placed in a sub sub menu ... but showing them in the list is often better than not showing them at all.

File last commit:

r2434:f2946967 codereview
r4020:218ed589 default
Show More
test_pullrequests.py
9 lines | 268 B | text/x-python | PythonLexer
from rhodecode.tests import *
class TestPullrequestsController(TestController):
def test_index(self):
self.log_user()
response = self.app.get(url(controller='pullrequests', action='index',
repo_name=HG_REPO))