icalendar/src/icalendar/tests
Jaca a39369533f
Merge pull request #601 from niccokunzmann/refactor-test-5
Refactor time tests
2024-03-26 10:12:02 +01:00
..
calendars Add missing test file 2024-03-19 17:17:57 +00:00
events add test case from issue #500 2022-12-15 20:34:23 +01:00
fuzzed fix fuzzer call 2023-11-21 15:05:34 +00:00
hypothesis Tests: do less iterations with fuzzy contents. 2020-03-09 11:37:32 +01:00
timezones Merge branch 'master' into test_restructure_issue_273 2022-10-15 15:29:24 +02:00
__init__.py Drop support for Python 2.6 and 3.3 2017-11-07 03:44:09 -08:00
conftest.py Merge branch 'master' into refactor-test-5 2024-03-19 18:09:30 +01:00
test_cli_tool.py cli: Display datetimes in local timezone 2023-09-28 22:12:15 +02:00
test_components_break_on_bad_ics.py Include test case requested by @jacadzaca 2022-10-30 10:39:17 +01:00
test_create_release.sh Check that fuzzing files are not included in the release 2023-10-25 12:17:51 +01:00
test_encoding.py refactor test_unicode_param 2022-10-20 19:46:38 +02:00
test_equality.py Improve equality tests 2024-03-17 11:47:04 +00:00
test_examples.py Add test file for equality tests 2023-11-01 01:20:52 +00:00
test_icalendar.py Move imports to top 2024-03-17 11:56:38 +00:00
test_issue_27_period.py improve test for issue #27 2023-09-30 15:24:23 +02:00
test_issue_116.py refactor test file for issue 116 2024-03-17 11:25:54 +00:00
test_issue_165_missing_event.py Check that event is included in parsing 2023-08-30 16:53:34 +01:00
test_issue_168_parsing_invalid_calendars_no_warning.py refactor test_issue_168 2022-09-29 12:30:35 +02:00
test_issue_318_skip_default_parameters.py add tests for removing VALUE=DATE-TIME from DTSTART, DTEND, DTSTAMP 2022-10-13 09:23:01 +01:00
test_issue_322_single_strings_characters_split_into_multiple_categories.py fix #322 2023-09-30 16:07:56 +02:00
test_issue_348_exception_parsing_value.py Add test to make sure multiple parameters work 2023-04-12 21:31:40 +01:00
test_issue_500_vboolean_for_parameter.py add test case from issue #500 2022-12-15 20:34:23 +01:00
test_issue_557_encode_native_parameters.py add test cases for Component._encoding concerning #557 2023-09-24 14:25:19 +02:00
test_multiple.py refactor test multiple 2022-10-13 14:05:18 +01:00
test_oss_fuzz_errors.py Added test to ensure type error remains resolved as discovered by OSSFuzz 2023-11-05 13:08:32 -05:00
test_parsing.py Merge branch 'master' into issue-318-skip-value-parameter-for-default-date-time 2022-11-02 21:52:37 +00:00
test_period.py Add timezone to period value types 2023-09-19 15:05:34 +01:00
test_property_params.py Refactor property parameter tests 2024-03-19 17:15:46 +00:00
test_recurrence.py Fixed Issue 518 (RRULE BYDAY=xMO with x>=10 raises ValueError with to_ical()): updated WEEKDAY_RULE regex to accept 2 digits. Added tests for to_ical() covering various BYDAY values. 2023-05-29 13:52:34 +02:00
test_time.py Refactor time tests 2024-03-17 16:08:30 +00:00
test_timezoned.py remove unused variable 2023-11-02 18:31:04 +00:00
test_unit_cal.py Refactor calendar tests for use with pytest 2024-03-18 15:28:03 +00:00
test_unit_caselessdict.py Remove any syntax required for python < 3.8 2022-08-15 09:58:40 +02:00
test_unit_parser_tools.py Remove any syntax required for python < 3.8 2022-08-15 09:58:40 +02:00
test_unit_prop.py Use non legacy timezone name 2023-10-06 13:11:39 +02:00
test_unit_tools.py add missing test cases for uid 2022-09-26 20:01:40 +01:00
test_with_doctest.py Omit fuzzing directory from doctest 2023-10-19 15:05:03 -04:00