vdirsyncer/tests/storage
Дилян Палаузов 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
..
dav Initial async support 2021-06-26 13:40:35 +02:00
etesync Initial async support 2021-06-26 13:40:35 +02:00
servers Avoid running bogus tests with Fastmail 2021-06-26 18:12:54 +02:00
__init__.py metasync: use None as no-value and delete missing values on syncing 2021-07-23 19:07:02 +02:00
conftest.py Tidy up test collection creation 2021-06-27 13:16:31 +02:00
test_filesystem.py Initial async support 2021-06-26 13:40:35 +02:00
test_http.py Initial async support 2021-06-26 13:40:35 +02:00
test_http_with_singlefile.py Initial async support 2021-06-26 13:40:35 +02:00
test_memory.py Initial async support 2021-06-26 13:40:35 +02:00
test_singlefile.py Initial async support 2021-06-26 13:40:35 +02:00