Files @ 24d906650cc0
Branch filter:

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

Marcin Kuzminski
Don't cast to string on warning about deleting an user who still owns repositories
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass