vdirsyncer/tests/storage
Hugo Osvaldo Barrera 71879045e4 Tidy up test collection creation
- No need to empty collections, they're generated with a UUID and should
  always be empty (the code to empty them does not actually run in CI
  right now).
- Move deletion code to _after_ the yield, since that's the order in
  which things happen.
- Delete all collections asynchronously.
2021-06-27 13:16:31 +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 Initial async support 2021-06-26 13:40:35 +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