
    bMh/                     |    d Z ddlZddlZddlmZ  G d de          Zej        d             Z G d d          Z	dS )	zB
Tests for behavior if an author does *not* implement EA methods.
    N)ExtensionArrayc                       e Zd ZddZdS )MyEAreturnNc                     || _         d S N)_values)selfvaluess     e/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/pandas/tests/extension/test_extension.py__init__zMyEA.__init__   s        )r   N)__name__
__module____qualname__r    r   r   r   r   
   s(             r   r   c                  H    t          j        d          } t          |           S )N
   )nparanger   )arrs    r   datar      s    
)B--C99r   c                       e Zd Zd ZdS )TestExtensionArrayc                     |}t          j        t                    5  t          ||           d d d            d S # 1 swxY w Y   d S r   )pytestraisesAttributeErrorgetattr)r
   r   all_arithmetic_operatorsop_names       r   test_errorszTestExtensionArray.test_errors   s    *]>** 	# 	#D'"""	# 	# 	# 	# 	# 	# 	# 	# 	# 	# 	# 	# 	# 	# 	# 	# 	# 	#s   :>>N)r   r   r   r"   r   r   r   r   r      s#        # # # # #r   r   )
__doc__numpyr   r   pandas.core.arraysr   r   fixturer   r   r   r   r   <module>r'      s          - - - - - -    >   
   
# # # # # # # # # #r   