Files @ 989c137f26eb
Branch filter:

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

Marcin Kuzminski
Notification fixes
- added cs ID to notification on changeset comment
- trimmed long commits to 256 chars
- cast to unicode the link re ticket #418
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass