Files @ 76ae40e514eb
Branch filter:

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

Mads Kiilerich
config: automatically assign instance_id for host and process if it has been set to *

It is no longer a problem to invent new instance_ids on startup - unused keys
will be deleted.
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass