Files @ 17caf4efe15c
Branch filter:

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

Marcin Kuzminski
implements #308 rewrote diffs to enable displaying full diff on each file
- fixed escaping of html special chars in file editor
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass