view rhodecode/tests/functional/test_compare.py @ 2241:b2a2868d7bec codereview

Basic compare-view controller with ref parsing
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 06 May 2012 19:24:50 +0200
parents
children f29469677319
line wrap: on
line source

from rhodecode.tests import *

class TestCompareController(TestController):

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