view rhodecode/tests/api/test_api_hg.py @ 2866:736678a8c881 beta

#518 multiple issues patterns - added logging - some code cleanup - added example of wiki pattern to .ini file - updated contributors and changelog
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 23 Sep 2012 17:33:53 +0200
parents d5e42c00f3c1
children ffd45b185016
line wrap: on
line source

from rhodecode.tests import *
from rhodecode.tests.api.api_base import BaseTestApi


class TestHgApi(BaseTestApi, TestController):
    REPO = HG_REPO
    REPO_TYPE = 'hg'