Closed
Description
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