comparison rhodecode/tests/api/test_api_git.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 ffd45b185016
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 TestGitApi(BaseTestApi, TestController):
6 REPO = GIT_REPO
7 REPO_TYPE = 'git'