##// END OF EJS Templates
old style: make settings box expand to contain floating content and show menu nicely...
old style: make settings box expand to contain floating content and show menu nicely The floating of the panes is hardcoded, so we also hardcode the necessary overflow auto.

File last commit:

r2434:f2946967 codereview
r4153:9af9953a rhodecode-2.2.5-gpl
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))