-
-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ruff format tests * log changes * create missing pytz.UnknownTimeZoneError --------- Co-authored-by: Steve Piercy <[email protected]>
- Loading branch information
1 parent
48d471e
commit 6efa2d3
Showing
48 changed files
with
1,926 additions
and
1,351 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
"""This test tests all fuzzed calendars.""" | ||
from icalendar.tests.fuzzed import fuzz_calendar_v1 | ||
|
||
import icalendar | ||
from icalendar.tests.fuzzed import fuzz_calendar_v1 | ||
|
||
|
||
def test_fuzz_v1(fuzz_v1_calendar): | ||
"""Test a calendar.""" | ||
with open(fuzz_v1_calendar, "rb") as f: | ||
fuzz_calendar_v1( | ||
icalendar.Calendar.from_ical, | ||
f.read(), | ||
multiple=True, | ||
should_walk=True | ||
icalendar.Calendar.from_ical, f.read(), multiple=True, should_walk=True | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.