o
    .jU                     @   s@   d dl Z d dlmZ dd Zdd Zdd Zd	d
 Zdd ZdS )    N)vBooleanc                   C      t d dks
J d S )NTs   TRUEr   to_ical r   r   W/home/thesage/.local/lib/python3.10/site-packages/icalendar/tests/prop/test_vBoolean.py	test_true      r   c                   C   r   )Nr   s   FALSEr   r   r   r   r   
test_false
   r	   r
   c                   C   s(   t t d sJ t dsJ d S )NTtrue)r   	from_icalr   r   r   r   r   test_roundtrip   s   r   c                   C   s:   t t td W d   dS 1 sw   Y  dS )zError: key not existstureN)pytestraises
ValueErrorr   r   r   r   r   r   
test_error   s   "r   c                   C   s(   t djdu s	J t djdu sJ dS )z.ical_value property returns the boolean value.TFN)r   
ical_valuer   r   r   r   test_ical_value   s   r   )r   icalendar.propr   r   r
   r   r   r   r   r   r   r   <module>   s    