Files @ b9708d66277c
Branch filter:

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

Marcin Kuzminski
fixed problem with anchor links that contains non ascii chars
- anchor links are now based on md5 of path and not path safe web representation
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass