Wykres commitów

734 Commity (master)

Autor SHA1 Wiadomość Data
Jochen Sprickerhof 7459b98a1e
Use non deprecated name for America/Nuuk 2024-04-26 23:38:31 +02:00
Jaca a39369533f
Merge pull request #601 from niccokunzmann/refactor-test-5
Refactor time tests
2024-03-26 10:12:02 +01:00
Jaca af34e22ef6
Merge pull request #600 from niccokunzmann/refactor-test-4
Refactor property parameter tests
2024-03-26 10:11:02 +01:00
Nicco Kunzmann 5551ad9061 version 5.0.12
see https://icalendar.readthedocs.io/en/latest/maintenance.html
2024-03-19 23:07:36 +01:00
Nicco Kunzmann df92604aa2 Add missing test file 2024-03-19 17:17:57 +00:00
Nicco Kunzmann a09daf6493 Refactor property parameter tests 2024-03-19 17:15:46 +00:00
Nicco Kunzmann 572431fdf0
Merge branch 'master' into refactor-test-5 2024-03-19 18:09:30 +01:00
Jaca f41772059a
Merge pull request #602 from niccokunzmann/refactor-test-6
Refactor calendar tests
2024-03-18 19:18:01 +01:00
Jaca b51fef6e9a
Merge pull request #599 from niccokunzmann/refactor-test-3
Move imports to top
2024-03-18 19:13:55 +01:00
Jaca fb0baf4064
Merge pull request #598 from niccokunzmann/refactor-test-2
Improve equality tests
2024-03-18 19:13:36 +01:00
Nicco Kunzmann a59ce3c7b7 Refactor calendar tests for use with pytest 2024-03-18 15:28:03 +00:00
Nicco Kunzmann dec17302c5 Move some calendar tests to pytest 2024-03-17 16:55:52 +00:00
Nicco Kunzmann 30d60405b8 remove code duplication 2024-03-17 16:32:00 +00:00
Nicco Kunzmann 33298918c6 Refactor time tests 2024-03-17 16:08:30 +00:00
Nicco Kunzmann f6a538e351 Move imports to top 2024-03-17 11:56:38 +00:00
Nicco Kunzmann 6f4ea86dab Improve equality tests
reduce the code duplication
test more cases in the same way
2024-03-17 11:47:04 +00:00
Nicco Kunzmann 9f5d7bae68 refactor test file for issue 116 2024-03-17 11:25:54 +00:00
Nicco Kunzmann c90092a52a ignore broken unicode 2023-11-21 15:16:37 +00:00
Nicco Kunzmann dddbafb80a fix broken unicode 2023-11-21 15:13:33 +00:00
Nicco Kunzmann d039b71405 fix fuzzer call 2023-11-21 15:05:34 +00:00
Nicco Kunzmann 0af037b63c Add scripts and tests to reproduce fuzzer errors in pytest
- move fuzzing tests in to test folder
- create a script that runs the fuzzer and extracts the test case if the test fails
2023-11-21 14:53:47 +00:00
bcapuano d5f0016b07 Added more instrumentation + caught one more exception 2023-11-11 11:21:34 -05:00
McKenna 7cb4c56bc4 Added more catch substrings to fuzzer 2023-11-08 20:14:42 -05:00
ennamarie19 3523143a6c
Merge branch 'master' into feat/fuzzing-corpus 2023-11-06 20:27:36 -05:00
Nicco Kunzmann 11eb89b8cd
Merge pull request #581 from ennamarie19/master
Add fixes for OSS-Fuzz bugs and test cases
2023-11-06 11:14:08 +00:00
bcapuano 099b0de531 Added test to ensure type error remains resolved as discovered by OSSFuzz 2023-11-05 13:08:32 -05:00
McKenna 079acabe23 Added failing test cases to corpus 2023-11-05 12:56:06 -05:00
bcapuano c76012262b Added more explcit typing to from_unicode and changed to have one return 2023-11-05 12:48:12 -05:00
McKenna 96e660f82e Updated fuzzer harness 2023-11-05 12:35:41 -05:00
McKenna 0dc712eb15 Migrating corpus to upstream 2023-11-05 12:25:54 -05:00
Nicco Kunzmann 7db9bf2aa0 reproduce fuzzing error
see https://github.com/collective/icalendar/pull/577#discussion_r1382441779
2023-11-04 18:45:30 +00:00
bcapuano 41afc2c7d2 Cleaned up type-error fix 2023-11-04 12:37:45 -04:00
bcapuano bb684ec5cd Fixed vddList to return an empty byte-string for an empty input 2023-11-04 12:14:12 -04:00
bcapuano 38785144da Updated fuzzer to support multiple in from_ical 2023-11-04 12:05:43 -04:00
bcapuano 484f9930d6 Merge branch 'feat/oss-fuzz-integration' 2023-11-04 11:55:00 -04:00
bcapuano e5daa1500e Fixed wrong date format, index error in cal.py, and type error in prop.py derived from OSSFuzz bugs 2023-11-04 11:54:34 -04:00
Nicco Kunzmann 23f7065b40 version 5.0.11 2023-11-03 17:04:01 +00:00
Nicco Kunzmann 7f4b213316 Test equality of vDDDLists 2023-11-02 20:02:26 +00:00
Nicco Kunzmann 0d94ee52f3 Remove Mixins and create common superclass for time properties
see https://github.com/collective/icalendar/pull/575#discussion_r1380651960
2023-11-02 20:02:26 +00:00
Nicco Kunzmann 9ba4b1155c
remove unused variable
https://github.com/collective/icalendar/pull/575#discussion_r1380083508
2023-11-02 18:31:04 +00:00
Nicco Kunzmann 7add0973ba do not copy() subcomponents 2023-11-01 10:24:55 +00:00
Nicco Kunzmann dc57266ca1 Restore == and not != equivalence 2023-11-01 03:17:37 +00:00
Nicco Kunzmann d95007b494 compare vTime and add more tests for equality 2023-11-01 02:56:01 +00:00
Nicco Kunzmann 6274d88809 equality of vDDDTypes, vBinary and vCategory 2023-11-01 02:31:17 +00:00
Nicco Kunzmann 0eae8ceb04 Add test file for equality tests 2023-11-01 01:20:52 +00:00
Nicco Kunzmann c9fbe223cb move .ics files into the calendars directory 2023-11-01 01:00:19 +00:00
Nicco Kunzmann d8d550e096 moved timezoned.ics 2023-11-01 00:52:30 +00:00
Nicco Kunzmann 2ae03ec4bf Compare test calendars to find components that do not equal 2023-11-01 00:21:55 +00:00
bcapuano 390c964e16 Removed extra space in build.sh 2023-10-27 21:48:52 -04:00
Bailey Capuano 0d4b58918a
Merge branch 'collective:master' into feat/oss-fuzz-integration 2023-10-27 21:45:08 -04:00