view rhodecode/tests/functional/test_admin_repos_groups.py @ 2679:dffb92224edf beta

removed ftp from allowed schemas - added tests for the schemas fix - moved parsing url if we only have came_from present
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 31 Jul 2012 12:15:54 +0200
parents c310e1e1e757
children
line wrap: on
line source

from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass