Files @ 44678a64cfae
Branch filter:

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

Marcin Kuzminski
Use HttpFound response in login.
- redirect_to lacks possibility to pass headers
- use those headers for proper Set-Cookie handling
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass