Files @ d37b79ad0ae8
Branch filter:

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

Marcin Kuzminski
Fixed issue with rm__ system that put removed repos in root location, it can lead to making a heavy copy, and remove operation.
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass