Files @ 87c97fcea029
Branch filter:

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

Leonardo
Adding the context bar too all pages related to a Repository.
Deleted top menu items that are on the context bar already.
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass