U
    j                     @   s   d Z eeedddZdS )zThis is a collection of test files that are generated from the fuzzer.

The fuzzer finds the cases in which the icalendar module breaks.
These test cases reproduce the failure.
Some more tests can be added to make sure that the behavior works properly.
)calendar_stringmultipleshould_walkc                 C   sJ   | ||d}|s|g}|D ]*}|r<| dD ]}|  q,q|  qdS )zcTake a from_ical function and reproduce the error.

    The calendar_string is a fuzzed input.
    )r   ZVEVENTN)walkZto_ical)Z	from_icalr   r   r   calcevent r   C/tmp/pip-unpacked-wheel-g40nyxg1/icalendar/tests/fuzzed/__init__.pyfuzz_calendar_v1	   s    r
   N)__doc__strboolr
   r   r   r   r	   <module>   s   	  