Files @ a3efaaa6ed4f
Branch filter:

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

Marcin Kuzminski
fixes issue #271
- OrderedDict serialization sometimes failed due to how odict is implemented. Dropped usage of it for a simple tuple
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass