Files @ 056827d78073
Branch filter:

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

Marcin Kuzminski
Added use_poll option for latest waitress release.
If fixes issues with 1024 fd limit.

- added example of gunicorn config. It includes
a note about not using multiworker setup.
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'