Skip to content

Commit

Permalink
todo test
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Nov 4, 2024
1 parent 574c1da commit af51200
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion src/icalendar/tests/test_issue_722_generate_vtimezone.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,24 @@ def test_berlin_time(tzp):
print(x.to_ical().decode())
assert len(tz.daylight) == 1
assert len(tz.standard) == 1


def test_end_of_zoninfo_range():pytest.skip("TODO")
def test_range_is_not_crossed():pytest.skip("TODO")


def test_use_the_original_timezone(tzid, tzp):
"""When we get the timezone again, usually, we should use the
one of the library/tzp."""
pytest.skip("todo")

@tzids
def test_offset_and_other_parameters_match(tzp, tzid):
"""When we create our timezone and parse it again
we want to make sure that the generated times and their
attributes match.
- equality
- utc offset
- dst
"""

0 comments on commit af51200

Please sign in to comment.