Nicco Kunzmann
01a57e86ee
add changelog entries for release 5.0.0
2022-10-12 04:14:46 +01:00
Nicco Kunzmann
f68572b432
Merge pull request #442 from peleccom/add_changelog_to_doc
...
Add Changelog and Contributing to documentation
2022-10-08 20:42:15 +01:00
angahta
56630661ad
Merge pull request #438 from jacadzaca/test_restructure_test_encoding_create_from_ical
...
Refactor test_encoding create_from_ical
2022-10-08 18:10:31 +02:00
Jaca
97c470d680
Merge branch 'master' into test_restructure_test_encoding_create_from_ical
2022-10-08 17:12:10 +02:00
jaca
33c380e632
clarify test events' names
2022-10-08 17:09:59 +02:00
jaca
83b7334bd1
merge test_events_unicoded into test_event_from_ical_respects_unicode
2022-10-08 17:09:05 +02:00
Alexander Pitkin
fa756da782
Add Changelog and Contributing to documentation
2022-10-08 13:55:54 +03:00
Nicco Kunzmann
70a5f20616
Merge pull request #440 from jacadzaca/restructure_test_issue_82
...
restructure test_issue_82
2022-10-07 22:40:44 +01:00
Nicco Kunzmann
6be9960fa0
Merge pull request #439 from jacadzaca/test_restructure_test_encoding_to_ical
...
refactor test_create_to_ical from test_encoding to test_examples.py
2022-10-07 21:20:04 +01:00
Jaca
e892f51200
fix indent
2022-10-07 16:56:51 +02:00
Jaca
3574f87626
Merge branch 'master' into restructure_test_issue_82
2022-10-07 16:53:14 +02:00
jaca
14579b654b
move test_create_to_ical from test_encoding to test_examples.py
2022-10-07 16:35:52 +02:00
jaca
ce2ec96451
refactor test_encoding_create_from_ical
2022-10-07 15:52:51 +02:00
Jaca
08308dea29
Merge pull request #437 from collective/issue_354
...
fix: cli does not support DURATION #354
2022-10-07 14:39:03 +02:00
mamico
7a8d584b85
fix: cli does not support DURATION #354
2022-10-07 12:45:12 +02:00
Jaca
514fb1b4f9
Merge pull request #430 from niccokunzmann/document-maintenance
...
Document maintenance
2022-10-05 20:09:19 +02:00
Jaca
4082c9e58d
Merge pull request #427 from niccokunzmann/add-readthedocs-badge
...
add badge for https://readthedocs.org/projects/icalendar/
2022-10-05 20:08:21 +02:00
Nicco Kunzmann
a8bbfb9349
add links for maintainers
2022-10-03 23:14:12 +01:00
Nicco Kunzmann
087a90dd11
add Maintenance Section
2022-10-03 23:08:36 +01:00
Nicco Kunzmann
d6ac756649
correct spelling
2022-10-03 23:08:21 +01:00
Nicco Kunzmann
3c291613b9
add badge for https://readthedocs.org/projects/icalendar/
2022-10-03 21:37:53 +01:00
Jaca
8ad7d2a6de
Merge pull request #417 from jacadzaca/test_restructure_test_issue_178
...
refactor test_issue_178
2022-10-03 19:03:01 +02:00
Jaca
4661b3b618
Merge branch 'master' into test_restructure_test_issue_178
2022-10-03 19:01:17 +02:00
Jaca
f17470817a
Merge pull request #413 from jacadzaca/test_restructure_issue_168
...
restructure issue 168
2022-10-03 19:00:10 +02:00
Jaca
76b51ae8b6
Merge branch 'master' into test_restructure_issue_168
2022-10-03 18:52:18 +02:00
Jaca
811b0fc98e
Merge branch 'master' into test_restructure_test_issue_178
2022-10-03 18:50:39 +02:00
Nicco Kunzmann
97af222252
Merge pull request #414 from jacadzaca/test_restructure_issue_335
...
Test restructure issue 335
2022-10-01 21:03:40 +01:00
Nicco Kunzmann
7eedbf6b47
Merge branch 'master' into test_restructure_issue_335
2022-10-01 20:58:32 +01:00
Nicco Kunzmann
a9f4363a4f
Merge pull request #416 from jacadzaca/test_restructure_test_issue_142_143
...
refactor test_issue_142 and test_issue_143
2022-10-01 20:57:04 +01:00
Nicco Kunzmann
c9f90cfb45
Merge branch 'master' into test_restructure_test_issue_142_143
2022-10-01 20:52:00 +01:00
Nicco Kunzmann
71713a2dab
Merge branch 'master' into test_restructure_issue_335
2022-10-01 20:40:52 +01:00
Jaca
6827f7cf01
Merge pull request #410 from jacadzaca/test_restructure_issue_104
...
Test restructure issue 104
2022-09-29 12:42:37 +02:00
Nicco Kunzmann
c409efd358
make __getattr__ smaller
...
- conditional removed: __getattr__ is only called when an attribute does not exist
- try/except removed: yield original error instead of KeyError
- remove logger
2022-09-29 11:35:07 +01:00
Nicco Kunzmann
fc467546b7
make __getattr__ smaller
...
- conditional removed: __getattr__ is only called when an attribute does not exist
- try/except removed: yield original error instead of KeyError
2022-09-29 11:33:20 +01:00
jaca
7723670e09
refactor test_issue_168
2022-09-29 12:30:35 +02:00
Nicco Kunzmann
fa54de2f9f
access calendars like events in tests
2022-09-29 11:24:12 +01:00
jaca
eb2fcf1669
refactor test_issue_142 and test_issue_143
2022-09-29 12:18:25 +02:00
Nicco Kunzmann
57e7dc3a51
Merge branch 'master' into test_restructure_issue_104
2022-09-29 00:27:06 +01:00
Nicco Kunzmann
cdff06ea85
remove parametrization
...
This adds suggested changes
see https://github.com/collective/icalendar/pull/410#discussion_r982926625
2022-09-29 00:20:12 +01:00
Nicco Kunzmann
09f1f73079
Merge pull request #411 from jacadzaca/test_restructure_issue_112
...
Test restructure issue 112
2022-09-29 00:14:04 +01:00
Nicco Kunzmann
d3c0e0803d
Merge branch 'master' into test_restructure_issue_112
2022-09-29 00:10:46 +01:00
Nicco Kunzmann
b597c57e26
Merge pull request #412 from jacadzaca/test_restructure_issue_157
...
Test restructure issue 157
2022-09-29 00:09:31 +01:00
Nicco Kunzmann
a3f2621e29
Merge branch 'master' into test_restructure_issue_157
2022-09-29 00:07:52 +01:00
Nicco Kunzmann
5d4e58028f
Merge pull request #415 from jacadzaca/test_restructure_issue_345
...
refactor test_issue_345
2022-09-28 23:36:16 +01:00
Nicco Kunzmann
948fbb8a6c
Merge pull request #423 from niccokunzmann/remove-getattr
...
remove getattr() call where [] can be used
2022-09-27 09:55:39 +01:00
Jaca
a580f2ef57
Merge pull request #2 from niccokunzmann/jacadzaca-test_restructure_issue_345
...
Jacadzaca test restructure issue 345
2022-09-26 21:12:13 +02:00
Nicco Kunzmann
64c8604f51
add missing test cases for uid
...
see https://github.com/collective/icalendar/pull/415/files#r980383444
2022-09-26 20:01:40 +01:00
Nicco Kunzmann
61a7a34a8b
Merge branch 'test_restructure_issue_345' of https://github.com/jacadzaca/icalendar into jacadzaca-test_restructure_issue_345
2022-09-26 19:47:20 +01:00
Nicco Kunzmann
ed67e27605
Merge pull request #409 from jacadzaca/test_restructure_issue_101
...
Test restructure issue 64, 101 (unicode encoding tests)
2022-09-26 19:33:20 +01:00
Nicco Kunzmann
602ff19f8e
remove already removed tests for issues 70 and 100
...
see https://github.com/collective/icalendar/pull/409#discussion_r980368815
2022-09-26 19:31:32 +01:00