o
    >i                     @   s&   d dl Z d dlmZ G dd dZdS )    N)dependsc                   @   s   e Zd Zdd ZdS )TestGetModuleConstantc                 C   s.   d}t |d}|dksJ dtjvsJ dS )zU
        Invoke get_module_constant on a module in
        the test package.
        z"setuptools.tests.mod_with_constantvaluezthree, sir!N)r   Zget_module_constantsysmodules)selfmod_nameval r
   l/var/www/html/eduruby.in/lip-sync/lip-sync-env/lib/python3.10/site-packages/setuptools/tests/test_depends.py
test_basic   s   z TestGetModuleConstant.test_basicN)__name__
__module____qualname__r   r
   r
   r
   r   r      s    r   )r   
setuptoolsr   r   r
   r
   r
   r   <module>   s    