Files @ 17083006a33d
Branch filter:

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

Marcin Kuzminski
Added cleanup repos script that allows to cleanup removed repos from rhodecode
older than given amount of time units.
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass