OPSI.ldaptor.test.test_attributeset module

Test cases for ldaptor.attributeset

class OPSI.ldaptor.test.test_attributeset.TestComparison(methodName='runTest')

Bases: twisted.trial._asynctest.TestCase

testEquality_False_Key()
testEquality_False_Value()
testEquality_True_List()
testEquality_True_List_Ordering()
testEquality_True_Set()
testEquality_True_Set_Ordering()
class OPSI.ldaptor.test.test_attributeset.TestSetOperations(methodName='runTest')

Bases: twisted.trial._asynctest.TestCase

testCopy()
testDeepCopy()
testDifference()
testIntersection()
testSymmetricDifference()
testUnion()