view rhodecode/tests/functional/test_admin_repos_groups.py @ 3872:2b9da8749065 beta

Use unittest2 for testing
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 19 May 2013 15:42:08 +0200
parents c310e1e1e757
children
line wrap: on
line source

from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass