1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-11-22 01:14:21 +01:00

better unit tests

This commit is contained in:
kakwa 2015-05-18 15:01:32 +02:00
parent 7cdbe459b6
commit 49de542fb9

View File

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