Files @ 55dbc440878b
Branch filter:

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

Marcin Kuzminski
Fixed bug with log_delete hook didn't properly store
user who triggered delete action
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass