Files @ 3483de9d11e5
Branch filter:

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

Marcin Kuzminski
updated pot file and extract_messages defaults

- don't wrap long lines
- update copyright and header info
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'