Files @ 64c194492aad
Branch filter:

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

Marcin Kuzminski
--version command should be safe, and bare no modifications
- improved subprocess calls error detection
- fixed I/O read on closed file errors
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass