Пример #1
0
 def test_ls(self):
     """
     Test if it list the direct children of a node
     """
     self.assertEqual(augeas_cfg.ls("/etc/passwd"), {})
Пример #2
0
 def test_ls(self):
     '''
     Test if it list the direct children of a node
     '''
     self.assertEqual(augeas_cfg.ls('/etc/passwd'), {})
Пример #3
0
 def test_ls(self):
     '''
     Test if it list the direct children of a node
     '''
     self.assertEqual(augeas_cfg.ls('/etc/passwd'), {})