Files @ 07f8039ef090
Branch filter:

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

Marcin Kuzminski
Use repo-scann at latest possible state.

- we can ensure every config/checks were made before that step
- it should fix issues with custom GIT paths
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass