o
    "h.                     @  s   d dl mZ d dlZd dlZd dlmZ d dlZd dlZd dlZd dl	Z	ddl
mZ ddlmZ ddlmZ d	d
lmZ ejjG dd deZdS )    )annotationsN)Path   )TestBase   )config)eq_   )utilc                   @  sz   e Zd ZdZejdddd Zejdddd Zd	d
 Ze dd Z	ejdd Z
edd Zdd Zdd ZdS )MypyTest)no_sqlalchemy2_stubsfunction)scopec                 c      |   E d H  d S N	_cachedirself r   u/var/www/project2/testadmin.ninositsolution.com/venv/lib/python3.10/site-packages/sqlalchemy/testing/fixtures/mypy.pyper_func_cachedir      zMypyTest.per_func_cachedirclassc                 c  r   r   r   r   r   r   r   cachedir!   r   zMypyTest.cachedirc              	   c  s    d}t  P}tt|d d}|d| d W d    n1 s%w   Y  tt|d d}|d| d W d    n1 sGw   Y  |V  W d    d S 1 sZw   Y  d S )	N sqla_mypy_config.cfgwz
                    [mypy]

                    plugins = sqlalchemy.ext.mypy.plugin

                    show_error_codes = True

                    z
                    disable_error_code = no-untyped-call

                    [mypy-sqlalchemy.*]
                    ignore_errors = True

                    plain_mypy_config.cfgz^
                    [mypy]

                    show_error_codes = True

                    z
                    disable_error_code = var-annotated,no-untyped-call
                    [mypy-sqlalchemy.*]
                    ignore_errors = True

                    )tempfileTemporaryDirectoryopenr   write)r   	mypy_pathr   config_filer   r   r   r   %   s2   
"zMypyTest._cachedirc                   s    ddl m  d fdd	}|S )Nr   )apiFc           	   	     s   |d u r}ddd|dt j||rdndg}t j| }t j||}| |kr.t| | || t jdd   	|\}}}|||fS )Nz--strictz--raise-exceptionsz--cache-dirz--config-filer   r   MYPY_FORCE_COLOR)
ospathjoinbasenameshutilcopyfileappendenvironpoprun)	r(   
use_pluginuse_cachedirargsfilenametest_programstdoutstderrexitcoder%   r   r   r   r0   N   s,   

z!MypyTest.mypy_runner.<locals>.run)FN)mypyr%   )r   r   r0   r   r9   r   mypy_runnerJ   s   %zMypyTest.mypy_runnerc                   s   d fdd	}|S )NFc                   s2    | } | |d\}}}| |||| d S )N)r1   )_collect_messages_check_output)r(   r1   expected_messagesr6   r7   r8   r;   r   r   r   r0   w   s
   

z)MypyTest.mypy_typecheck_file.<locals>.run)Fr   )r   r;   r0   r   r?   r   mypy_typecheck_fileu   s   zMypyTest.mypy_typecheck_filec                 C  s   t j| r	| }nt d j}t jt j|| }tt	|
d}tjjD ]}|r>t j|r>|t	||  
d q(|S )Nr   z**/*.py)r'   r(   isabsinspectstackr4   r)   dirnamelistr   globr   optionsmypy_extra_test_pathsisdirextend)rD   r(   caller_pathfiles	extra_dirr   r   r   file_combinations   s   zMypyTest.file_combinationsc              
     s  ddl m} g }td}td}t|}g }t|dD ]\ }||}	|	rJ|	dd\}
}}t	j
t|
t|fk rItd|	d  q||}	|	rt|	d}t|	d}t|	d	}td
d|	d}|r|stddd |}tddd |}tdd|}tddd |}d }}d| d}|rtjr|d t|rdnddd |dd   }|rtjrtddd |}|||| f q|r| fdd|D  g |d d < qW d    |S 1 sw   Y  |S ) Nr   )mypy_14z)\s*# EXPECTED(_MYPY)?(_RE)?(_TYPE)?: (.+)z%^#\s*PYTHON_VERSION\s?>=\s?(\d+\.\d+)r   .zRequires python >= %sr   r	   z# noqa[:]? ?.*r      z([\[\]])c                 S  s   d|  d S )N\r   groupmr   r   r   <lambda>       z,MypyTest._collect_messages.<locals>.<lambda>z([\w_]+)c                 S     d|  d dS )Nz	(?:.*\.)?r   \*?rS   rU   r   r   r   rW          Listzbuiltins.listz\b(int|str|float|bool)\bc                 S  rY   )Nz	builtins.r   rZ   rS   rU   r   r   r   rW      r[   TzRevealed type is ""z\b(List|Tuple|Dict|Set)\bz\b(List|Tuple|Dict|Set|Type)\bc                 S  s   |  d S )Nr   )rT   lowerrU   r   r   r   rW      s    zOptional\[(.*?)\]c                 S  s   |  d dS )Nr   z | NonerS   rU   r   r   r   rW      rX   c                 3  s"    | ]\}}} |||fV  qd S r   r   ).0is_mypyis_reexpected_msgnumr   r   	<genexpr>   s    

z-MypyTest._collect_messages.<locals>.<genexpr>)sqlalchemy.ext.mypy.utilrO   recompiler!   	enumeratematchrT   	partitionsysversion_infointr   	skip_testboolsubr
   py39py310r-   striprJ   )r   r(   rO   r>   expected_re	py_ver_refile_current_assert_messageslinerV   major_minorr`   ra   is_typerb   r   rc   r   r<      s   




	





``zMypyTest._collect_messagesc                 C  s  g }t j|}|rg }|d}	|	rU|	d}
td|
r&|d|
f n-td|
r=|	r<|	d}td|s:n|	s.ntd|
tjrFntd|
rS|d	|
f |	s|D ]V\}}}}|	d
d}|sgdnd}t
|D ]6\}\}}|rtd| d| d| d| | 	|r nqm| d| d| d| | |	d
dv r nqm|| qW||= qW|rd|}td|dd |rddd |D }td|dd J d|rtt| d tddd |D  J dd S |dkrt||dd t|d|d d S )N
r   z.+\.py:\d+: error: .*errorz/.+\.py:\d+: note: +(?:Possible overload|def ).*z.+\.py:\d+: note: +def \[.*z*.+\.py:\d+: note: .*(?:perhaps|suggestion)z.+\.py:\d+: note: .*note'r]   z[SQLAlchemy Mypy plugin] r   z.*z\:z\: :z: z"Couldn't locate expected messages:)sepc                 s      | ]\}}|V  qd S r   r   r_   r{   msgr   r   r   re   +      z)MypyTest._check_output.<locals>.<genexpr>zRemaining messages:Fz'expected messages not found, see stdoutz& messages from mypy were not consumed:c                 s  r   r   r   r   r   r   r   re   1  r   z&errors and/or notes remain, see stdout)r   )r'   r(   r*   splitr/   rg   rj   r-   Ireplaceri   r)   printlenr   )r   r(   r>   r6   r7   r8   not_locatedr4   output	raw_lineseolrd   r`   ra   r   prefixidxtyperrmsgmissingextrar   r   r   r=      sv   





zMypyTest._check_outputN)__name__
__module____qualname____requires__r   fixturer   r   r   r;   r@   staticmethodrN   r<   r=   r   r   r   r   r      s    



%
*


hr   )
__future__r   rB   r'   pathlibr   rg   r+   rl   r   baser   r   r   
assertionsr   r
   add_to_markerr:   r   r   r   r   r   <module>   s   