
    ,h                     ,    d dl Z d dlmZ  G d d      Zy)    N)dependsc                       e Zd Zd Zy)TestGetModuleConstantc                 j    d}t        j                  |d      }|dk(  sJ dt        j                  vsJ y)zU
        Invoke get_module_constant on a module in
        the test package.
        z"setuptools.tests.mod_with_constantvaluezthree, sir!N)r   get_module_constantsysmodules)selfmod_namevals      _/var/www/html/Resume-Scraper/venv/lib/python3.12/site-packages/setuptools/tests/test_depends.py
test_basicz TestGetModuleConstant.test_basic   s8    
 8))(G<m##33;;FFF    N)__name__
__module____qualname__r    r   r   r   r      s    Gr   r   )r	   
setuptoolsr   r   r   r   r   <module>r      s    
 	G 	Gr   