Files @ 49dc09e9f076
Branch filter:

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

Marcin Kuzminski
Implements subrepos view inside filebrowser
- fixes issue #434: Error when accessing files or changesets of a git repository with submodules
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass