Files @ 79e4d6b9c1f0
Branch filter:

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

Marcin Kuzminski
Added HTTP_X_FORWARDED_FOR as another method of extracting IP for pull/push logs.
- moved all to base controller
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass