##// END OF EJS Templates
"Users groups" is grammatically incorrect English - rename to "user groups"...
"Users groups" is grammatically incorrect English - rename to "user groups" - and same story with "repositories groups" This will only change the user facing texts. Names of files, modules, functions and variables should be changed too.

File last commit:

r2526:47379494 beta
r3410:5f1850e4 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'