Open
Description
#24204 introduced a pattern for ensuring that an extension array (like categorical) isn't implicitly converted to an ndarray as part of a normal pandas operation.
This issue is to discuss
- How these kinds of tests could be better written (is monkeypatching the best choice?)
- Additional places where we should be making these assertions