Files @ 4959e22af6ca
Branch filter:

Location: kallithea/rhodecode/tests/api/test_api_git.py - annotation

Marcin Kuzminski
Added ini config maker with dynamic variable replacements.
Used internally for creating dynamic configs in automated enviroments.

Later this will replace old make-config from paster
1
2
3
4
5
6
7
from rhodecode.tests import *
from rhodecode.tests.api.api_base import BaseTestApi


class TestGitApi(BaseTestApi, TestController):
    REPO = GIT_REPO
    REPO_TYPE = 'git'