Files @ eee3cb592099
Branch filter:

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

Marcin Kuzminski
Fixed issue with dashboard displaying count on repositories that you don't have permission
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass