o
    iz                     @   s`   d Z ddlZddlZddlZddlmZ eeZe	ddd Z
dd Zd	d
 Zdd ZdS )z
Helper functions for testing.
    N)cbookz3.2c                   C   s   t tddS )zWhether we are in a pytest run._called_from_pytestF)getattrmpl r   r   V/var/www/edux/Edux_v2/venv/lib/python3.10/site-packages/matplotlib/testing/__init__.pyis_called_from_pytest   s   r   c                   C   s"   dt jd< dt jd< dt jd< d S )NzDejaVu Sanszfont.familynoneztext.hinting   ztext.hinting_factorr   rcParamsr   r   r   r   set_font_settings_for_testing   s   

r   c                   C   s   dt jd< d S )N
matplotlibzsvg.hashsaltr   r   r   r   r   set_reproducibility_for_testing   s   r   c                   C   s   z	t t jd W n# t jy,   z	t t jd W n t jy)   td Y nw Y nw td t	  t
  W d    n1 sEw   Y  t  t  d S )Nzen_US.UTF-8zEnglish_United States.1252zPCould not set locale to English/United States. Some date-related tests may fail.Agg)locale	setlocaleLC_ALLError_logwarningr   user   (_suppress_matplotlib_deprecation_warning
rcdefaultsr   r   r   r   r   r   setup   s$   



r   )__doc__r   loggingr   r   r   	getLogger__name__r   
deprecatedr   r   r   r   r   r   r   r   <module>   s    

