Files @ c177f304eb40
Branch filter:

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

Mads Kiilerich
files: accept URLs with no path and no slash after the revision

This kind of URLs will frequently be edited by hand and trailing slashes are
usually just ignored.
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass