Files @ 0a1417ef1a9c
Branch filter:

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

Mads Kiilerich
celery tasks: use None as special value

Use a more common pattern.
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass