Files @ dec78aee1d53
Branch filter:

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

Marcin Kuzminski
small change to is_binary function logic so it always skips the unicode conversions to perform this simple check
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass