Files @ 4b17216f2110
Branch filter:

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

Marcin Kuzminski
Deprecated validation of operating system, we just care if it's windows, let approve all other
systems.
- help to supports cases like cygwin etc
- fixed typo in auth decorator
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass