Files @ 14afe4d1363d
Branch filter:

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

Marcin Kuzminski
Fixes #852, created custom Flash() class and Message
transport class to overcome issues with unicode errors.
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass