o
    /h                     @   s   d Z ddlZG dd dZdS )z-Testcases for cssutils.stylesheets.StyleSheet    Nc                   @   s   e Zd Zdd ZdS )TestStyleSheetc              
   C   s  t j }|jdksJ |jdu sJ |jdu sJ |jdks!J |jdu s(J |jdu s/J |j	du s6J |j
du s=J t jjddddddddd	}|jdksRJ |jdksYJ |jdu s`J |jdksgJ |jdu snJ |jdu suJ |j	szJ |j
sJ dS )
zStyleSheet.__init__()ztext/cssN Funknownztest.csstitleT)typehrefmediar   	ownerNodeparentStyleSheet	alternatedisabled)cssutilsstylesheets
StyleSheetr   r   r   r   r	   r
   r   r   )selfs r   R/var/www/html/myenv/lib/python3.10/site-packages/cssutils/tests/test_stylesheet.py	test_init   s6   

zTestStyleSheet.test_initN)__name__
__module____qualname__r   r   r   r   r   r      s    r   )__doc__r   r   r   r   r   r   <module>   s    