From 49de542fb990b70d502d9fba5fc2b454db0b116b Mon Sep 17 00:00:00 2001 From: kakwa Date: Mon, 18 May 2015 15:01:32 +0200 Subject: [PATCH] better unit tests --- tests/test_Attributes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_Attributes.py b/tests/test_Attributes.py index 190b300..0c6239a 100644 --- a/tests/test_Attributes.py +++ b/tests/test_Attributes.py @@ -15,6 +15,7 @@ class TestError(object): def testNominal(self): inv = Attributes('./tests/cfg/attributes.yml') + inv.get_attributes return True def testGetSelfAttributes(self):