Files @ 972ad33c5610
Branch filter:

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

Marcin Kuzminski
removed duplicate code that set os.environ['RC_SCM_DATA']
this was done via __inject_extras anyway
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass