test Object explorer_path

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-10 09:36:48 +02:00
parent f3b942e591
commit 8384176080
2 changed files with 3 additions and 0 deletions

View File

@ -76,4 +76,7 @@ class ObjectTestCase(unittest.TestCase):
def test_parameter_path(self):
self.assertEqual(self.cdist_object.parameter_path, '__third/moon/.cdist/parameter')
def test_explorer_path(self):
self.assertEqual(self.cdist_object.explorer_path, '__third/moon/.cdist/explorer')
#suite = unittest.TestLoader().loadTestsFromTestCase(ObjectTestCase)