Files @ 50aa7cb78cfe
Branch filter:

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

Marcin Kuzminski
Mysql fixes
- force INNODB engine
- set utf8 charset
- fix convert_unicode flag in .ini files
- fix constraints and FK
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass