Ejemplo n.º 1
0
 def runTest(self):
     self.assertEquals(
         json_delta._util.decode_json(self.target),
         json_delta.load_and_patch(self.case, self.diff)
     )
Ejemplo n.º 2
0
 def runTest(self):
     self.assertEquals(
         json.loads(self.target),
         json_delta.load_and_patch(self.case, self.diff)
     )