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