Files @ 5067d6e826a5
Branch filter:

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

Marcin Kuzminski
created basic TestClass for tests that does
basic pylons stack init
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass