Files @ 056827d78073
Branch filter:

Location: kallithea/rhodecode/tests/functional/test_admin_repos_groups.py - annotation

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
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass