##// END OF EJS Templates
Moved BaseModel into base class for declarative base. Added some handy methods into...
Moved BaseModel into base class for declarative base. Added some handy methods into BaseModel like get() and query()

File last commit:

r769:4bdcc08b beta
r1065:5d676b6a beta
Show More
test_admin_ldap_settings.py
7 lines | 222 B | text/x-python | PythonLexer
/ rhodecode / tests / functional / test_admin_ldap_settings.py
from rhodecode.tests import *
class TestLdapSettingsController(TestController):
def test_index(self):
response = self.app.get(url(controller='admin/ldap_settings', action='index'))
# Test response...