Files @ 8e76649f11ad
Branch filter:

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

Marcin Kuzminski
fixes safe_str method
- trye directly to encode with given encoding instead of trying to make a string out of the unicode
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass