Ejemplo n.º 1
0
 def test__get_path_direct(self):
     self.assertEquals(4, utils.get_path(self.conf, "d"))
Ejemplo n.º 2
0
 def test__invalid_path_getting(self):
     with self.assertRaises(exceptions.InvalidPath):
         utils.get_path(self.conf, "a.g.d")