Files @ cbdd583f1e58
Branch filter:

Location: kallithea/rhodecode/tests/functional/test_admin_ldap_settings.py - annotation

Marcin Kuzminski
reverted copy of cached instance:

CPython

changelog
total_time 39.7253162861
average on req 0.993132907152

changesets
total_time 42.5156304836
average on req 0.425156304836

Total: 546 MB

changelog
total_time 35.5851216316
average on req 0.889628040791

changesets
total_time 30.3608012199
average on req 0.303608012199

Total: 475 MB
from rhodecode.tests import *

class TestLdapSettingsController(TestController):

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

    def test_ldap_save_settings(self):
        pass

    def test_ldap_error_form(self):
        pass

    def test_ldap_login(self):
        pass

    def test_ldap_login_incorrect(self):
        pass