Files @ 8ecc6b8229a5
Branch filter:

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

Marcin Kuzminski
commit less models
- models don't do any commits(with few exceptions)
- all db transactions should be handled by higher level modules like controllers, celery tasks
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass