test for Object object_id

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/feature_files_export
Steven Armstrong 14 years ago
parent 8384176080
commit 88a1e34f30
  1. 3
      lib/cdist/test/object/__init__.py

@ -61,6 +61,9 @@ class ObjectTestCase(unittest.TestCase):
def test_name(self):
self.assertEqual(self.cdist_object.name, '__third/moon')
def test_object_id(self):
self.assertEqual(self.cdist_object.object_id, 'moon')
def test_path(self):
self.assertEqual(self.cdist_object.path, '__third/moon/.cdist')

Loading…
Cancel
Save