1
0
Fork 0
mirror of https://github.com/kakwa/ldapcherry synced 2025-07-03 03:47:35 +02:00

adding get_attributes

This commit is contained in:
kakwa 2015-05-18 15:04:36 +02:00
parent 49de542fb9
commit ab841b5baf
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ class TestError(object):
def testNominal(self):
inv = Attributes('./tests/cfg/attributes.yml')
inv.get_attributes
inv.get_attributes()
return True
def testGetSelfAttributes(self):