Files @ 5948ab03e639
Branch filter:

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

Marcin Kuzminski
default session settings was reverted to file.
- encrypted cookie requires additional libs, might be confusing for new users
- others who need it still will enabled it
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass