Files @ 0226b6d6b2b5
Branch filter:

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

Marcin Kuzminski
Use common function for generation of grid data
- admin grid now has dedicated edit button, and uses changeset_cache
- some small improvements to grid
- all other datatables use this
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass