view rhodecode/tests/functional/test_admin_ldap_settings.py @ 1177:b3f48216e55e beta

frozen version of python dateutil since series 2.X are not python 2.X compatible
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 27 Mar 2011 01:34:14 +0100
parents 4bdcc08b04c4
children c0335c1dee36
line wrap: on
line source

from rhodecode.tests import *

class TestLdapSettingsController(TestController):

    def test_index(self):
        response = self.app.get(url(controller='admin/ldap_settings', action='index'))
        # Test response...