view rhodecode/tests/functional/test_admin_repos_groups.py @ 3320:75431548602a beta

fixed broken swap url, and added a test to detect it in feature
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 04 Feb 2013 02:18:44 +0100
parents c310e1e1e757
children
line wrap: on
line source

from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass