vdirsyncer/tests
Markus Unterwaditzer f238a58c85 DAV: Don't violate Storage API (#492)
The implementation of #476 is problematic as it returns None.
`vdirsyncer.sync` has internal assertions that this is a string, which
is why we get a crash like this:

    error: Unknown error occured for cal/markus@unterwaditzer.net:
    error: Use `-vdebug` to see the full traceback.
    debug:   File "/home/untitaker/projects/vdirsyncer/vdirsyncer/cli/tasks.py", line 66, in sync_collection
    debug:     force_delete=force_delete
    debug:   File "/home/untitaker/projects/vdirsyncer/vdirsyncer/sync.py", line 228, in sync
    debug:     action(a_info, b_info, conflict_resolution)
    debug:   File "/home/untitaker/projects/vdirsyncer/vdirsyncer/sync.py", line 276, in inner
    debug:     assert isinstance(dest_etag, (bytes, text_type))

Discovered in #467
2016-08-19 19:58:38 +02:00
..
cli Stylefix for flake8 update 2016-07-26 21:48:42 +02:00
storage Update mysteryshack-testserver 2016-08-19 19:11:58 +02:00
utils Refactor Google support into own storage types 2016-04-02 21:14:17 +02:00
__init__.py Stylefixes 2016-04-26 22:44:19 +02:00
conftest.py Use os.environ instead of getenv 2016-05-02 16:50:19 +02:00
test_metasync.py Stylefix for flake8 update 2016-07-26 21:48:42 +02:00
test_sync.py DAV: Don't violate Storage API (#492) 2016-08-19 19:58:38 +02:00