vdirsyncer/tests/unit
Дилян Палаузов c0ccb3d1aa metasync: use None as no-value and delete missing values on syncing
- change the interface of Storage.get_meta() and .set_meta()
  to use '' as the empty value and None as missing value.

- When a property is missing (e.g calendar-color was removed)
  in the filesystem storage delete the 'color' file, and
  in the WebDAV storage issue propertyupdate/remove call.

- remove the property from [status]/[pair]/[collection].metadata

I have adjusted, but not run the test suite.  On the other side
I tested on real system: source is CalDAV - destination is filesystem;
and source is CalDAV, destination is CalDAV (another account)
2021-07-23 19:07:02 +02:00
..
cli Initial async support 2021-06-26 13:40:35 +02:00
sync Initial async support 2021-06-26 13:40:35 +02:00
utils Use black to auto-format the codebase 2021-05-06 19:28:54 +02:00
test_exceptions.py Use black to auto-format the codebase 2021-05-06 19:28:54 +02:00
test_metasync.py metasync: use None as no-value and delete missing values on syncing 2021-07-23 19:07:02 +02:00
test_repair.py Initial async support 2021-06-26 13:40:35 +02:00