예제 #1
0
 def test_tree(self):
     """
     Test if it returns recursively the complete tree of a node
     """
     self.assertEqual(augeas_cfg.tree("/etc/"), {"/etc": None})
예제 #2
0
 def test_tree(self):
     '''
     Test if it returns recursively the complete tree of a node
     '''
     self.assertEqual(augeas_cfg.tree('/etc/'), {'/etc': None})
예제 #3
0
 def test_tree(self):
     '''
     Test if it returns recursively the complete tree of a node
     '''
     self.assertEqual(augeas_cfg.tree('/etc/'), {'/etc': None})