§
    ÁÞMhË  ã                   ó*   — d Z ddlZd„ Zd„ Zd„ Zd„ ZdS )z8Some simple tests for the plugin while running scripts.
é    Nc                  ó   — dS )zA trivial passing test.N© r   ó    ú`/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/IPython/testing/plugin/test_refs.pyÚtest_trivialr      s   € à€Dr   c                  ó   — dS )zOTest running a trivial script.

    In [13]: run simplevars.py
    x is: 1
    Nr   r   r   r   Údoctest_runr	      ó   € € € r   c                  ó   — 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   Údoctest_runvarsr      r
   r   c                  ó   — dS )zlTest that variables defined interactively are picked up.
    In [5]: zz=1

    In [6]: zz
    Out[6]: 1
    Nr   r   r   r   Údoctest_ivarsr   !   r
   r   )Ú__doc__Úinspectr   r	   r   r   r   r   r   ú<module>r      s`   ððð ð €€€ð	ð 	ð 	ðð ð ðð ð ðð ð ð ð r   