Ejemplo n.º 1
0
 def test_forwards_details(self):
     x = Mismatch('description', {'foo': 'bar'})
     annotated = AnnotatedMismatch("annotation", x)
     self.assertEqual(x.get_details(), annotated.get_details())
Ejemplo n.º 2
0
 def test_forwards_details(self):
     x = Mismatch('description', {'foo': 'bar'})
     annotated = AnnotatedMismatch("annotation", x)
     self.assertEqual(x.get_details(), annotated.get_details())
Ejemplo n.º 3
0
 def test_forwards_details(self):
     x = Mismatch("description", {"foo": "bar"})
     annotated = AnnotatedMismatch("annotation", x)
     self.assertEqual(x.get_details(), annotated.get_details())