cri_models.ldap.test module

class cri_models.ldap.test.LDAPTestCase(methodName='runTest')[source]

Bases: django.test.testcases.TestCase

TEST_OU_CHILDREN = ('users', 'groups', 'services')
TEST_OU_NAME = 'tests'
classmethod setUpClass()[source]

Hook method for setting up class fixture before running tests in the class.

classmethod tearDownClass()[source]

Hook method for deconstructing the class fixture after running all tests in the class.