Files @ 34093903b505
Branch filter:

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

Marcin Kuzminski
repo rescann should detach forks of zombie repos,
this way we ensure we do proper cleanup of such repos.
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass