U
    ýÇ-eË  ã                   @   s0   d Z ddlZdd„ Zdd„ Zdd„ Zd	d
„ ZdS )z8Some simple tests for the plugin while running scripts.
é    Nc                   C   s   dS )zA trivial passing test.N© r   r   r   úa/var/www/html/Darija-Ai-Train/env/lib/python3.8/site-packages/IPython/testing/plugin/test_refs.pyÚtest_trivial   s    r   c                   C   s   dS )zOTest running a trivial script.

    In [13]: run simplevars.py
    x is: 1
    Nr   r   r   r   r   Údoctest_run   s    r   c                   C   s   dS )z•Test that variables defined in scripts get loaded correctly via %run.

    In [13]: run simplevars.py
    x is: 1

    In [14]: x
    Out[14]: 1
    Nr   r   r   r   r   Údoctest_runvars   s    r   c                   C   s   dS )zlTest that variables defined interactively are picked up.
    In [5]: zz=1

    In [6]: zz
    Out[6]: 1
    Nr   r   r   r   r   Údoctest_ivars!   s    r   )Ú__doc__Úinspectr   r   r   r   r   r   r   r   Ú<module>   s
   
