forked from ungleich-public/cdist
test Object explorer_path
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
f3b942e591
commit
8384176080
2 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue