U
    j                     @   s8   d dl Z d dlmZ dd Zdd Zdd Zd	d
 ZdS )    N)vBooleanc                   C   s   t d dkstd S )NTs   TRUEr   to_icalAssertionError r   r   F/tmp/pip-unpacked-wheel-g40nyxg1/icalendar/tests/prop/test_vBoolean.py	test_true   s    r   c                   C   s   t d dkstd S )Nr   s   FALSEr   r   r   r   r   
test_false
   s    r	   c                   C   s0   t t d dkstt ddks,td S )NTtrue)r   	from_icalr   r   r   r   r   r   test_roundtrip   s    r   c                	   C   s$   t t td W 5 Q R X dS )zError: key not existsZtureN)pytestZraises
ValueErrorr   r   r   r   r   r   
test_error   s    r   )r   Zicalendar.propr   r   r	   r   r   r   r   r   r   <module>   s
   