##// END OF EJS Templates
Merged pull request #56...
Merged pull request #56 - fixed issue with resolution of ref_types for mercurial - now properly handles ref type - added option to compare by specific revisions also

File last commit:

r2526:47379494 beta
r2630:f79320e4 beta
Show More
test_api_git.py
7 lines | 174 B | text/x-python | PythonLexer
Refactored API...
r2526 from rhodecode.tests import *
from rhodecode.tests.api.api_base import BaseTestApi
class TestGitApi(BaseTestApi, TestController):
REPO = GIT_REPO
REPO_TYPE = 'git'