view rhodecode/tests/functional/test_pullrequests.py @ 2244:77e376fdc4c6 codereview

pull requests draft UI
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 08 May 2012 02:04:28 +0200
parents
children f29469677319
line wrap: on
line source

from rhodecode.tests import *

class TestPullrequestsController(TestController):

    def test_index(self):
        response = self.app.get(url(controller='pullrequests', action='index'))
        # Test response...