Example #1
0
 def testGetSelfAttributes(self):
     inv = Attributes('./tests/cfg/attributes.yml')
     ret = inv.get_backends()
     expected = Set(['ldap', 'ad'])
     assert ret == expected