icalendar/src/icalendar/tests
Ihor Sychevskyi 1af1e2acc1
update links (#378)
2022-08-17 00:31:15 +03:00
..
hypothesis Tests: do less iterations with fuzzy contents. 2020-03-09 11:37:32 +01:00
__init__.py Drop support for Python 2.6 and 3.3 2017-11-07 03:44:09 -08:00
america_new_york.ics test for timezone creation 2015-03-24 12:35:06 +01:00
encoding.ics begin encoding tests. NOT FINISHED. 2012-03-19 22:43:09 +01:00
issue_53_parsing_failure.ics Whitespaces cleanup 2014-08-26 00:55:26 +02:00
issue_112_missing_tzinfo_on_exdate.ics test for #112. looks like, this one has been fixed at some point. fixes #112 2014-01-06 16:11:47 +01:00
multiple.ics convert to unix fileformat 2012-03-19 16:20:52 +01:00
pacific_fiji.ics support for timezones without TZNAME 2015-03-24 12:35:06 +01:00
recurrence.ics Whitespaces cleanup 2014-08-26 00:55:26 +02:00
test_encoding.py Drop support for Python 2.6 and 3.3 2017-11-07 03:44:09 -08:00
test_fixed_issues.py Added missing newline 2022-08-09 01:47:01 +02:00
test_icalendar.py update links (#378) 2022-08-17 00:31:15 +03:00
test_multiple.py Drop support for Python 2.6 and 3.3 2017-11-07 03:44:09 -08:00
test_property_params.py Drop support for Python 2.6 and 3.3 2017-11-07 03:44:09 -08:00
test_recurrence.py Drop support for Python 2.6 and 3.3 2017-11-07 03:44:09 -08:00
test_time.py Drop support for Python 2.6 and 3.3 2017-11-07 03:44:09 -08:00
test_timezoned.py update links (#378) 2022-08-17 00:31:15 +03:00
test_unit_cal.py Drop support for Python 2.6 and 3.3 2017-11-07 03:44:09 -08:00
test_unit_caselessdict.py Drop support for Python 2.6 and 3.3 2017-11-07 03:44:09 -08:00
test_unit_parser_tools.py Drop support for Python 2.6 and 3.3 2017-11-07 03:44:09 -08:00
test_unit_prop.py Preserve duration sign when calling to_ical 2021-10-15 15:00:10 +02:00
test_unit_tools.py Drop support for Python 2.6 and 3.3 2017-11-07 03:44:09 -08:00
time.ics Add test for vTime instances. 2012-11-22 13:57:40 +01:00
timezone_rdate.ics Test for VTIMEZONES with RDATEs 2017-07-02 19:42:02 +02:00
timezone_same_start.ics Reproduce #217 2017-04-19 00:21:16 +02:00
timezone_same_start_and_offset.ics Reproduce #227 2017-06-20 13:57:55 +02:00
timezoned.ics correct dtstart, dtend to artsprint dates. convert ics file to unix fileformat 2012-03-19 16:18:10 +01:00
x_location.ics Handle UnicodeEncodeError in Error messages. Depending on the input, I might be that instead of collecting the thrown error message, python throws a new UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 96: ordinal not in range(128). So we use the six library and unicode function to properly treat the error message before adding it to the stack of already collected error messages. 2016-11-22 21:11:16 +01:00