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