Beispiel #1
0
 def test_human_readable_repr(self):
     list_field = ListField([self.field1, self.field2])
     assert list_field.human_readable_repr() == [
         self.field1.human_readable_repr(),
         self.field2.human_readable_repr(),
     ]