Files @ 76b358f81926
Branch filter:

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

Marcin Kuzminski
extended safe_str and safe_unicode with chardet fallback.
- if chardet is installed and utf-8 decoding fails we'll fallback to detect encoding
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass