Nicco Kunzmann 2023-11-04 18:45:30 +00:00
rodzic 41afc2c7d2
commit 7db9bf2aa0
1 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,9 @@
"""This file collects errors that the OSS FUZZ build has found."""
from icalendar import Calendar
import pytest
def test_stack_is_empty():
"""If we get passed an invalid string, we expect to get a ValueError."""
with pytest.raises(ValueError):
Calendar.from_ical("END:CALENDAR")