##// END OF EJS Templates
extended safe_str and safe_unicode with chardet fallback....
extended safe_str and safe_unicode with chardet fallback. - if chardet is installed and utf-8 decoding fails we'll fallback to detect encoding

File last commit:

r1382:c310e1e1 beta
r1490:76b358f8 beta
Show More
test_admin_repos_groups.py
4 lines | 89 B | text/x-python | PythonLexer
/ rhodecode / tests / functional / test_admin_repos_groups.py
from rhodecode.tests import *
class TestReposGroupsController(TestController):
pass