(int1)
| 1158 | |
| 1159 | |
| 1160 | def test_extension_array_repr(int1): |
| 1161 | int_duck_array = PandasExtensionArray(int1) |
| 1162 | assert repr(int1) in repr(int_duck_array) |
| 1163 | |
| 1164 | |
| 1165 | def test_extension_array_result_type_categorical(categorical1, categorical2): |
nothing calls this directly
no test coverage detected
searching dependent graphs…