Files @ 5dcfa6304f88
Branch filter:

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

Mads Kiilerich
pullrequests: simplify handling of null revisions

Undo unnecessary and incorrect code introduced in bd5420ea396b.
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass