Files @ ab75def5c15d
Branch filter:

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

Marcin Kuzminski
fixes #567 diff non-unicode encoding missmatch
- now uses safe_unicode ass all other parts of the system
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass