def test_field_repr(field, expected):
    meta = VerboseMetadata()
    res = meta.get_field_info(field)
    assert compareDict(res, expected) is True