Gaps in ExtensionArray test coverage #23241
Labels
ExtensionArray
Extending pandas with custom dtypes or arrays.
good first issue
Needs Tests
Unit test(s) needed to prevent regressions
Testing
pandas testing functions or related to the test suite
Milestone
We need tests that assert
fillna
raises when passed an array of the wrong lengthfillna
returns a copy when there are no missing valuetake
raises when passed an invalid object forfill_value
(may be somewhat tricky to do in a base test).These tests would go in https://github.com/pandas-dev/pandas/blob/master/pandas/tests/extension/base/methods.py and https://github.com/pandas-dev/pandas/blob/master/pandas/tests/extension/base/getitem.py
The text was updated successfully, but these errors were encountered: