##// END OF EJS Templates
Added pull requests filter into notification inbox....
Added pull requests filter into notification inbox. - Mark all read now also marks only filtered results

File last commit:

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