Files @ b4adab0717d8
Branch filter:

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

Vincent Duvert
Added i18n to the repository group delete button and the save/reset buttons on the repository settings page.
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass