comparison rhodecode/tests/api/test_api_hg.py @ 2526:473794943022 beta

Refactored API - added ~100% line coverage tests for api - test against hg and git
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 01 Jul 2012 16:22:38 +0200
parents
children d5e42c00f3c1
comparison
equal deleted inserted replaced
2525:c35980ae7958 2526:473794943022
1 from rhodecode.tests import *
2 from rhodecode.tests.api.api_base import BaseTestApi
3
4
5 class TestHgApi(BaseTestApi, TestController):
6 REPO = HG_REPO
7 REPO_TYPE = 'hg'