##// END OF EJS Templates
better detection of deleting groups with subgroups inside....
better detection of deleting groups with subgroups inside. Added less strict checks on delete group routing so we can delete zombie groups (those that are not in filesystem but in DB)

File last commit:

r1382:c310e1e1 beta
r3458:0ad025ee beta
Show More
test_admin_repos_groups.py
4 lines | 89 B | text/x-python | PythonLexer
/ rhodecode / tests / functional / test_admin_repos_groups.py
from rhodecode.tests import *
class TestReposGroupsController(TestController):
pass