def test_ls(self): """ Test if it list the direct children of a node """ self.assertEqual(augeas_cfg.ls("/etc/passwd"), {})
def test_ls(self): ''' Test if it list the direct children of a node ''' self.assertEqual(augeas_cfg.ls('/etc/passwd'), {})