Files @ a5746b83123f
Branch filter:

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

Marcin Kuzminski
moved top-level tests to rhodecode/tests/other.

- There are no toplevel tests
- moved proper files to fixtures where they should be in the first place
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass