U
    -e4                     @   s>   d dl Z d dlZddlmZ d dlmZ G dd dejZdS )    N   )util)IS_PYPYc                   @   sL   e Zd ZeddddgZejje	j
dkddejjeddd	d
 ZdS )TestBlockDocStringtestssrcZblock_docstringzfoo.fwin32z)Fails with MinGW64 Gfortran (Issue #9673))reasonz,PyPy cannot modify tp_doc after PyType_Readyc                 C   s   d}| j jj|kstd S )Nzbar : 'i'-array(2,3)
)moduleblock__doc__AssertionError)selfexpected r   f/var/www/html/Darija-Ai-Train/env/lib/python3.8/site-packages/numpy/f2py/tests/test_block_docstring.pytest_block_docstring   s    z'TestBlockDocString.test_block_docstringN)__name__
__module____qualname__r   ZgetpathsourcespytestmarkZskipifsysplatformZxfailr   r   r   r   r   r   r      s   r   )r   r    r   Znumpy.testingr   ZF2PyTestr   r   r   r   r   <module>   s   